Html Css Color HEX #D96418 Chocolate

📋 copy color: '#D96418'

red 217 ◦ green 100 ◦ blue 24

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

Shades of Chocolate #D96418

Tints of Chocolate #D96418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.33%

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

R = 63.64%
G = 29.33%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D96418 (or 0xD96418) is known color: Chocolate. HEX triplet: D9, 64 and 18. RGB value is (217,100,24). Sum of RGB (Red+Green+Blue) = 217+100+24=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D96418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96418 is #269BE7. Grayscale: #7E7E7E. Windows color (decimal): -2530280 or 1598681. OLE color: 1598681.

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

Color convert

RGB 217 100 24 -
CMYK 0 0.54 0.89 0.15
HSL 23.63º 0.8% 0.47% -
HSV(B) 23.63º 0.89% 0.85% -
XYZ 33.34 23.93 3.73 -
YUV 126.32 70.26 192.68 -
System Red Green Blue C M Y K H S L
Decimal 217 100 24 0 0.54 0.89 0.15 23.63 0.8 0.47
Hex D9 64 18 0 36 59 F 18 50 2F
Octal 331 144 30 0 66 131 17 30 120 57
Binary 11011001 1100100 11000 0 110110 1011001 1111 11000 1010000 101111

Color Harmonies of #D96418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96418

Black with #D96418

Text Example


Text Example

White with #D96418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96418; }

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

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

background-color css

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

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

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

border-color css

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

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

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