Html Css Color HEX #D96218 Chocolate

📋 copy color: '#D96218'

red 217 ◦ green 98 ◦ blue 24

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

Shades of Chocolate #D96218

Tints of Chocolate #D96218

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.91%

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

R = 64.01%
G = 28.91%
B = 7.08%

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

#D96218 (or 0xD96218) is known color: Chocolate. HEX triplet: D9, 62 and 18. RGB value is (217,98,24). Sum of RGB (Red+Green+Blue) = 217+98+24=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D96218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96218 is #269DE7. Grayscale: #7D7D7D. Windows color (decimal): -2530792 or 1598169. OLE color: 1598169.

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

Color convert

RGB 217 98 24 -
CMYK 0 0.55 0.89 0.15
HSL 23.01º 0.8% 0.47% -
HSV(B) 23.01º 0.89% 0.85% -
XYZ 33.15 23.55 3.66 -
YUV 125.15 70.92 193.52 -
System Red Green Blue C M Y K H S L
Decimal 217 98 24 0 0.55 0.89 0.15 23.01 0.8 0.47
Hex D9 62 18 0 37 59 F 17 50 2F
Octal 331 142 30 0 67 131 17 27 120 57
Binary 11011001 1100010 11000 0 110111 1011001 1111 10111 1010000 101111

Color Harmonies of #D96218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96218

Black with #D96218

Text Example


Text Example

White with #D96218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96218; }

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

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

background-color css

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

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

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

border-color css

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

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

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