Html Css Color HEX #D97012 Chocolate

📋 copy color: '#D97012'

red 217 ◦ green 112 ◦ blue 18

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

Shades of Chocolate #D97012

Tints of Chocolate #D97012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.19%

R = 62.54%
G = 32.28%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D97012 (or 0xD97012) is known color: Chocolate. HEX triplet: D9, 70 and 12. RGB value is (217,112,18). Sum of RGB (Red+Green+Blue) = 217+112+18=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D97012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97012 is #268FED. Grayscale: #858585. Windows color (decimal): -2527214 or 1208537. OLE color: 1208537.

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

Color convert

RGB 217 112 18 -
CMYK 0 0.48 0.92 0.15
HSL 28.34º 0.85% 0.46% -
HSV(B) 28.34º 0.92% 0.85% -
XYZ 34.52 26.38 3.85 -
YUV 132.68 63.29 188.14 -
System Red Green Blue C M Y K H S L
Decimal 217 112 18 0 0.48 0.92 0.15 28.34 0.85 0.46
Hex D9 70 12 0 30 5C F 1C 55 2E
Octal 331 160 22 0 60 134 17 34 125 56
Binary 11011001 1110000 10010 0 110000 1011100 1111 11100 1010101 101110

Color Harmonies of #D97012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97012

Black with #D97012

Text Example


Text Example

White with #D97012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97012; }

 p { color: rgb(217,112,18); }

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

background-color css

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

 a { background-color: rgb(217,112,18); }

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

border-color css

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

 span { border-color: rgb(217,112,18); }

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