Html Css Color HEX #D17010 Chocolate

📋 copy color: '#D17010'

red 209 ◦ green 112 ◦ blue 16

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

Shades of Chocolate #D17010

Tints of Chocolate #D17010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.75%

R = 62.02%
G = 33.23%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D17010 (or 0xD17010) is known color: Chocolate. HEX triplet: D1, 70 and 10. RGB value is (209,112,16). Sum of RGB (Red+Green+Blue) = 209+112+16=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D17010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17010 is #2E8FEF. Grayscale: #828282. Windows color (decimal): -3051504 or 1077457. OLE color: 1077457.

HSL color Cylindrical-coordinate representation of color #D17010: hue angle of 29.84º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D17010 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 112 16 -
CMYK 0 0.46 0.92 0.18
HSL 29.84º 0.86% 0.44% -
HSV(B) 29.84º 0.92% 0.82% -
XYZ 32.18 25.18 3.65 -
YUV 130.06 63.64 184.31 -
System Red Green Blue C M Y K H S L
Decimal 209 112 16 0 0.46 0.92 0.18 29.84 0.86 0.44
Hex D1 70 10 0 2E 5C 12 1E 56 2C
Octal 321 160 20 0 56 134 22 36 126 54
Binary 11010001 1110000 10000 0 101110 1011100 10010 11110 1010110 101100

Color Harmonies of #D17010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17010

Black with #D17010

Text Example


Text Example

White with #D17010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17010; }

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

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

background-color css

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

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

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

border-color css

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

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

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