Html Css Color HEX #D97011 Chocolate

📋 copy color: '#D97011'

red 217 ◦ green 112 ◦ blue 17

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

Shades of Chocolate #D97011

Tints of Chocolate #D97011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.91%

R = 62.72%
G = 32.37%
B = 4.91%

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

#D97011 (or 0xD97011) is known color: Chocolate. HEX triplet: D9, 70 and 11. RGB value is (217,112,17). Sum of RGB (Red+Green+Blue) = 217+112+17=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D97011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97011 is #268FEE. Grayscale: #858585. Windows color (decimal): -2527215 or 1143001. OLE color: 1143001.

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

Color convert

RGB 217 112 17 -
CMYK 0 0.48 0.92 0.15
HSL 28.5º 0.85% 0.46% -
HSV(B) 28.5º 0.92% 0.85% -
XYZ 34.51 26.38 3.8 -
YUV 132.57 62.79 188.22 -
System Red Green Blue C M Y K H S L
Decimal 217 112 17 0 0.48 0.92 0.15 28.5 0.85 0.46
Hex D9 70 11 0 30 5C F 1C 55 2E
Octal 331 160 21 0 60 134 17 34 125 56
Binary 11011001 1110000 10001 0 110000 1011100 1111 11100 1010101 101110

Color Harmonies of #D97011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97011

Black with #D97011

Text Example


Text Example

White with #D97011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97011; }

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

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

background-color css

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

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

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

border-color css

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

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

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