Html Css Color HEX #D97018 Chocolate

📋 copy color: '#D97018'

red 217 ◦ green 112 ◦ blue 24

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

Shades of Chocolate #D97018

Tints of Chocolate #D97018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.8%

R = 61.47%
G = 31.73%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D97018 (or 0xD97018) is known color: Chocolate. HEX triplet: D9, 70 and 18. RGB value is (217,112,24). Sum of RGB (Red+Green+Blue) = 217+112+24=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D97018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97018 is #268FE7. Grayscale: #858585. Windows color (decimal): -2527208 or 1601753. OLE color: 1601753.

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

Color convert

RGB 217 112 24 -
CMYK 0 0.48 0.89 0.15
HSL 27.36º 0.8% 0.47% -
HSV(B) 27.36º 0.89% 0.85% -
XYZ 34.57 26.41 4.14 -
YUV 133.36 66.29 187.66 -
System Red Green Blue C M Y K H S L
Decimal 217 112 24 0 0.48 0.89 0.15 27.36 0.8 0.47
Hex D9 70 18 0 30 59 F 1B 50 2F
Octal 331 160 30 0 60 131 17 33 120 57
Binary 11011001 1110000 11000 0 110000 1011001 1111 11011 1010000 101111

Color Harmonies of #D97018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97018

Black with #D97018

Text Example


Text Example

White with #D97018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97018; }

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

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

background-color css

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

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

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

border-color css

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

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

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