Html Css Color HEX #D16820 Chocolate

📋 copy color: '#D16820'

red 209 ◦ green 104 ◦ blue 32

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

Shades of Chocolate #D16820

Tints of Chocolate #D16820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.14%

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

R = 60.58%
G = 30.14%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D16820 (or 0xD16820) is known color: Chocolate. HEX triplet: D1, 68 and 20. RGB value is (209,104,32). Sum of RGB (Red+Green+Blue) = 209+104+32=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D16820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16820 is #2E97DF. Grayscale: #7F7F7F. Windows color (decimal): -3053536 or 2123985. OLE color: 2123985.

HSL color Cylindrical-coordinate representation of color #D16820: hue angle of 24.41º 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 #D16820 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 104 32 -
CMYK 0 0.50 0.85 0.18
HSL 24.41º 0.73% 0.47% -
HSV(B) 24.41º 0.85% 0.82% -
XYZ 31.51 23.56 4.25 -
YUV 127.19 74.29 186.35 -
System Red Green Blue C M Y K H S L
Decimal 209 104 32 0 0.50 0.85 0.18 24.41 0.73 0.47
Hex D1 68 20 0 32 55 12 18 49 2F
Octal 321 150 40 0 62 125 22 30 111 57
Binary 11010001 1101000 100000 0 110010 1010101 10010 11000 1001001 101111

Color Harmonies of #D16820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16820

Black with #D16820

Text Example


Text Example

White with #D16820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16820; }

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

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

background-color css

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

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

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

border-color css

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

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

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