Html Css Color HEX #D16620 Chocolate

📋 copy color: '#D16620'

red 209 ◦ green 102 ◦ blue 32

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

Shades of Chocolate #D16620

Tints of Chocolate #D16620

RGB

 RED value IS 209 (82.03% from 255) = 60.93%

 GREEN value IS 102 (40.23% from 255) = 29.74%

 BLUE value IS 32 (12.89% from 255) = 9.33%

R = 60.93%
G = 29.74%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D16620 (or 0xD16620) is known color: Chocolate. HEX triplet: D1, 66 and 20. RGB value is (209,102,32). Sum of RGB (Red+Green+Blue) = 209+102+32=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D16620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16620 is #2E99DF. Grayscale: #7E7E7E. Windows color (decimal): -3054048 or 2123473. OLE color: 2123473.

HSL color Cylindrical-coordinate representation of color #D16620: hue angle of 23.73º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D16620 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 102 32 -
CMYK 0 0.51 0.85 0.18
HSL 23.73º 0.73% 0.47% -
HSV(B) 23.73º 0.85% 0.82% -
XYZ 31.31 23.16 4.19 -
YUV 126.01 74.95 187.19 -
System Red Green Blue C M Y K H S L
Decimal 209 102 32 0 0.51 0.85 0.18 23.73 0.73 0.47
Hex D1 66 20 0 33 55 12 18 49 2F
Octal 321 146 40 0 63 125 22 30 111 57
Binary 11010001 1100110 100000 0 110011 1010101 10010 11000 1001001 101111

Color Harmonies of #D16620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16620

Black with #D16620

Text Example


Text Example

White with #D16620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16620; }

 p { color: rgb(209,102,32); }

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

background-color css

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

 a { background-color: rgb(209,102,32); }

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

border-color css

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

 span { border-color: rgb(209,102,32); }

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