Html Css Color HEX #D97218 Chocolate

📋 copy color: '#D97218'

red 217 ◦ green 114 ◦ blue 24

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

Shades of Chocolate #D97218

Tints of Chocolate #D97218

RGB

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

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

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

R = 61.13%
G = 32.11%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D97218 (or 0xD97218) is known color: Chocolate. HEX triplet: D9, 72 and 18. RGB value is (217,114,24). Sum of RGB (Red+Green+Blue) = 217+114+24=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D97218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97218 is #268DE7. Grayscale: #868686. Windows color (decimal): -2526696 or 1602265. OLE color: 1602265.

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

Color convert

RGB 217 114 24 -
CMYK 0 0.47 0.89 0.15
HSL 27.98º 0.8% 0.47% -
HSV(B) 27.98º 0.89% 0.85% -
XYZ 34.8 26.85 4.21 -
YUV 134.54 65.62 186.82 -
System Red Green Blue C M Y K H S L
Decimal 217 114 24 0 0.47 0.89 0.15 27.98 0.8 0.47
Hex D9 72 18 0 2F 59 F 1C 50 2F
Octal 331 162 30 0 57 131 17 34 120 57
Binary 11011001 1110010 11000 0 101111 1011001 1111 11100 1010000 101111

Color Harmonies of #D97218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97218

Black with #D97218

Text Example


Text Example

White with #D97218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97218; }

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

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

background-color css

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

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

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

border-color css

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

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

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