Html Css Color HEX #D97210 Chocolate

📋 copy color: '#D97210'

red 217 ◦ green 114 ◦ blue 16

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

Shades of Chocolate #D97210

Tints of Chocolate #D97210

RGB

 RED value IS 217 (85.16% from 255) = 62.54%

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

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

R = 62.54%
G = 32.85%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D97210 (or 0xD97210) is known color: Chocolate. HEX triplet: D9, 72 and 10. RGB value is (217,114,16). Sum of RGB (Red+Green+Blue) = 217+114+16=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D97210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97210 is #268DEF. Grayscale: #868686. Windows color (decimal): -2526704 or 1077977. OLE color: 1077977.

HSL color Cylindrical-coordinate representation of color #D97210: hue angle of 29.25º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D97210 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 114 16 -
CMYK 0 0.47 0.93 0.15
HSL 29.25º 0.86% 0.46% -
HSV(B) 29.25º 0.93% 0.85% -
XYZ 34.73 26.82 3.84 -
YUV 133.63 61.62 187.47 -
System Red Green Blue C M Y K H S L
Decimal 217 114 16 0 0.47 0.93 0.15 29.25 0.86 0.46
Hex D9 72 10 0 2F 5D F 1D 56 2E
Octal 331 162 20 0 57 135 17 35 126 56
Binary 11011001 1110010 10000 0 101111 1011101 1111 11101 1010110 101110

Color Harmonies of #D97210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97210

Black with #D97210

Text Example


Text Example

White with #D97210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97210; }

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

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

background-color css

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

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

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

border-color css

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

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

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