Html Css Color HEX #DD6211 Chocolate

📋 copy color: '#DD6211'

red 221 ◦ green 98 ◦ blue 17

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

Shades of Chocolate #DD6211

Tints of Chocolate #DD6211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

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

R = 65.77%
G = 29.17%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD6211 (or 0xDD6211) is known color: Chocolate. HEX triplet: DD, 62 and 11. RGB value is (221,98,17). Sum of RGB (Red+Green+Blue) = 221+98+17=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6211 is #229DEE. Grayscale: #7D7D7D. Windows color (decimal): -2268655 or 1139421. OLE color: 1139421.

HSL color Cylindrical-coordinate representation of color #DD6211: hue angle of 23.82º 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 #DD6211 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 98 17 -
CMYK 0 0.56 0.92 0.13
HSL 23.82º 0.86% 0.47% -
HSV(B) 23.82º 0.92% 0.87% -
XYZ 34.29 24.15 3.38 -
YUV 125.54 66.75 196.09 -
System Red Green Blue C M Y K H S L
Decimal 221 98 17 0 0.56 0.92 0.13 23.82 0.86 0.47
Hex DD 62 11 0 38 5C D 18 56 2F
Octal 335 142 21 0 70 134 15 30 126 57
Binary 11011101 1100010 10001 0 111000 1011100 1101 11000 1010110 101111

Color Harmonies of #DD6211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6211

Black with #DD6211

Text Example


Text Example

White with #DD6211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6211; }

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

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

background-color css

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

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

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

border-color css

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

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

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