Html Css Color HEX #D17210 Chocolate

📋 copy color: '#D17210'

red 209 ◦ green 114 ◦ blue 16

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

Shades of Chocolate #D17210

Tints of Chocolate #D17210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

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

R = 61.65%
G = 33.63%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D17210 (or 0xD17210) is known color: Chocolate. HEX triplet: D1, 72 and 10. RGB value is (209,114,16). Sum of RGB (Red+Green+Blue) = 209+114+16=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D17210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17210 is #2E8DEF. Grayscale: #838383. Windows color (decimal): -3050992 or 1077969. OLE color: 1077969.

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

Color convert

RGB 209 114 16 -
CMYK 0 0.45 0.92 0.18
HSL 30.47º 0.86% 0.44% -
HSV(B) 30.47º 0.92% 0.82% -
XYZ 32.41 25.63 3.73 -
YUV 131.23 62.97 183.47 -
System Red Green Blue C M Y K H S L
Decimal 209 114 16 0 0.45 0.92 0.18 30.47 0.86 0.44
Hex D1 72 10 0 2D 5C 12 1E 56 2C
Octal 321 162 20 0 55 134 22 36 126 54
Binary 11010001 1110010 10000 0 101101 1011100 10010 11110 1010110 101100

Color Harmonies of #D17210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17210

Black with #D17210

Text Example


Text Example

White with #D17210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17210; }

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

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

background-color css

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

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

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

border-color css

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

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

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