Color Hex Logo

#dd824b Color Hex

#DD824B
(221,130,75)
0 Favorites   0 Comments

Color spaces of #dd824b

RGB 22113075
HSL0.060.680.58
HSV23°66°87°
CMYK 0.000.410.66   0.13
XYZ39.071431.845410.7441
Yxy31.84540.47850.3900
Hunter Lab56.431724.831828.2139
CIE-Lab63.214930.328644.1573

#dd824b color RGB value is (221,130,75).

#dd824b hex color red value is 221, green value is 130 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dd824b hue: 0.06 , saturation: 0.68 and the lightness value of dd824b is 0.58.

The process color (four color CMYK) of #dd824b color hex is 0.00, 0.41, 0.66, 0.13. Web safe color of #dd824b is #cc9933. Color #dd824b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000010 01001011
Octal 335 202 113
Decimal 221 130 75
Hex DD 82 4B

RGB Percentages of Color #dd824b

%51.88
%30.52
%17.61

CMYK Percentages of Color #dd824b

%0
%41
%66
%13

Triadic Colors of #dd824b

#dd824b #4bdd82 #824bdd

Analogous Colors of #dd824b

#dd824b #ddcb4b #dd4b5d

Monochromatic Colors of #dd824b

#dd824b

Complementary Color

#dd824b #4ba6dd

#dd824b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd824b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd824b Color CSS Codes

.mybgcolor {background-color:#dd824b; } 
.myforecolor {color:#dd824b; }
.mybordercolor {border:3px solid #dd824b; }

#dd824b Text Font Color

<p style="color:#dd824b">Text here</p>

This sample text font color is #dd824b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dd824b Background Color

<div style="background-color:#dd824b">
Div content here</div>

This div background color is #dd824b


#dd824b Border Color

<div style="border:3px solid #dd824b">
Div here</div>

This div border color is #dd824b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,130,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd824b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd824b;
  -webkit-box-shadow: 1px 1px 3px 2px #dd824b;
  box-shadow:         1px 1px 3px 2px #dd824b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,130,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dd824b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dd824b;
  -webkit-box-shadow: 1px 1px 3px 2px #dd824b;
  box-shadow:         1px 1px 3px 2px #dd824b;">
Div content here</div>

This div box has shadow with color #dd824b


Comments

No comments written yet.

Please login to write comment.