Html Css Color HEX #D96118 Chocolate

📋 copy color: '#D96118'

red 217 ◦ green 97 ◦ blue 24

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

Shades of Chocolate #D96118

Tints of Chocolate #D96118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

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

R = 64.2%
G = 28.7%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D96118 (or 0xD96118) is known color: Chocolate. HEX triplet: D9, 61 and 18. RGB value is (217,97,24). Sum of RGB (Red+Green+Blue) = 217+97+24=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D96118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96118 is #269EE7. Grayscale: #7C7C7C. Windows color (decimal): -2531048 or 1597913. OLE color: 1597913.

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

Color convert

RGB 217 97 24 -
CMYK 0 0.55 0.89 0.15
HSL 22.69º 0.8% 0.47% -
HSV(B) 22.69º 0.89% 0.85% -
XYZ 33.05 23.37 3.63 -
YUV 124.56 71.26 193.94 -
System Red Green Blue C M Y K H S L
Decimal 217 97 24 0 0.55 0.89 0.15 22.69 0.8 0.47
Hex D9 61 18 0 37 59 F 17 50 2F
Octal 331 141 30 0 67 131 17 27 120 57
Binary 11011001 1100001 11000 0 110111 1011001 1111 10111 1010000 101111

Color Harmonies of #D96118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96118

Black with #D96118

Text Example


Text Example

White with #D96118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96118; }

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

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

background-color css

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

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

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

border-color css

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

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

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