Html Css Color HEX #D17020 Chocolate

📋 copy color: '#D17020'

red 209 ◦ green 112 ◦ blue 32

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

Shades of Chocolate #D17020

Tints of Chocolate #D17020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

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

R = 59.21%
G = 31.73%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D17020 (or 0xD17020) is known color: Chocolate. HEX triplet: D1, 70 and 20. RGB value is (209,112,32). Sum of RGB (Red+Green+Blue) = 209+112+32=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D17020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17020 is #2E8FDF. Grayscale: #848484. Windows color (decimal): -3051488 or 2126033. OLE color: 2126033.

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

Color convert

RGB 209 112 32 -
CMYK 0 0.46 0.85 0.18
HSL 27.12º 0.73% 0.47% -
HSV(B) 27.12º 0.85% 0.82% -
XYZ 32.35 25.25 4.53 -
YUV 131.88 71.64 183 -
System Red Green Blue C M Y K H S L
Decimal 209 112 32 0 0.46 0.85 0.18 27.12 0.73 0.47
Hex D1 70 20 0 2E 55 12 1B 49 2F
Octal 321 160 40 0 56 125 22 33 111 57
Binary 11010001 1110000 100000 0 101110 1010101 10010 11011 1001001 101111

Color Harmonies of #D17020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17020

Black with #D17020

Text Example


Text Example

White with #D17020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17020; }

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

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

background-color css

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

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

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

border-color css

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

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

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