Html Css Color HEX #D16020 Chocolate

📋 copy color: '#D16020'

red 209 ◦ green 96 ◦ blue 32

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

Shades of Chocolate #D16020

Tints of Chocolate #D16020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

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

R = 62.02%
G = 28.49%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D16020 (or 0xD16020) is known color: Chocolate. HEX triplet: D1, 60 and 20. RGB value is (209,96,32). Sum of RGB (Red+Green+Blue) = 209+96+32=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D16020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16020 is #2E9FDF. Grayscale: #7A7A7A. Windows color (decimal): -3055584 or 2121937. OLE color: 2121937.

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

Color convert

RGB 209 96 32 -
CMYK 0 0.54 0.85 0.18
HSL 21.69º 0.73% 0.47% -
HSV(B) 21.69º 0.85% 0.82% -
XYZ 30.74 22.03 4 -
YUV 122.49 76.94 189.7 -
System Red Green Blue C M Y K H S L
Decimal 209 96 32 0 0.54 0.85 0.18 21.69 0.73 0.47
Hex D1 60 20 0 36 55 12 16 49 2F
Octal 321 140 40 0 66 125 22 26 111 57
Binary 11010001 1100000 100000 0 110110 1010101 10010 10110 1001001 101111

Color Harmonies of #D16020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16020

Black with #D16020

Text Example


Text Example

White with #D16020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16020; }

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

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

background-color css

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

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

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

border-color css

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

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

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