Html Css Color HEX #DD6D11 Chocolate

📋 copy color: '#DD6D11'

red 221 ◦ green 109 ◦ blue 17

#DD6D11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #DD6D11

Tints of Chocolate #DD6D11

RGB

 RED value IS 221 (86.72% from 255) = 63.69%

 GREEN value IS 109 (42.97% from 255) = 31.41%

 BLUE value IS 17 (7.03% from 255) = 4.9%

R = 63.69%
G = 31.41%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD6D11 (or 0xDD6D11) is known color: Chocolate. HEX triplet: DD, 6D and 11. RGB value is (221,109,17). Sum of RGB (Red+Green+Blue) = 221+109+17=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6D11 is #2292EE. Grayscale: #848484. Windows color (decimal): -2265839 or 1142237. OLE color: 1142237.

HSL color Cylindrical-coordinate representation of color #DD6D11: hue angle of 27.06º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD6D11 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 109 17 -
CMYK 0 0.51 0.92 0.13
HSL 27.06º 0.86% 0.47% -
HSV(B) 27.06º 0.92% 0.87% -
XYZ 35.39 26.35 3.75 -
YUV 132 63.11 191.48 -
System Red Green Blue C M Y K H S L
Decimal 221 109 17 0 0.51 0.92 0.13 27.06 0.86 0.47
Hex DD 6D 11 0 33 5C D 1B 56 2F
Octal 335 155 21 0 63 134 15 33 126 57
Binary 11011101 1101101 10001 0 110011 1011100 1101 11011 1010110 101111

Color Harmonies of #DD6D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D11

Black with #DD6D11

Text Example


Text Example

White with #DD6D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D11; }

 p { color: rgb(221,109,17); }

 H1.HeaderClassName
 {
   color: #DD6D11;
 }
 .AnyTagClassName
 {
   color: #DD6D11;
 }
</style>

background-color css

<style>
 a { background-color: #DD6D11; }

 a { background-color: rgb(221,109,17); }

 div.DivClassName
 {
   background-color: #DD6D11;
 }
 .BgClassName
 {
   background-color: #DD6D11;
 }
</style>

border-color css

<style>
 span { border-color: #DD6D11; }

 span { border-color: rgb(221,109,17); }

 td.TdClassName
 {
   border-color: #DD6D11;
 }
 .TagClassName
 {
   border-color: #DD6D11;
 }
</style>