Html Css Color HEX #D96918 Chocolate

📋 copy color: '#D96918'

red 217 ◦ green 105 ◦ blue 24

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

Shades of Chocolate #D96918

Tints of Chocolate #D96918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.35%

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

R = 62.72%
G = 30.35%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D96918 (or 0xD96918) is known color: Chocolate. HEX triplet: D9, 69 and 18. RGB value is (217,105,24). Sum of RGB (Red+Green+Blue) = 217+105+24=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D96918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96918 is #2696E7. Grayscale: #818181. Windows color (decimal): -2529000 or 1599961. OLE color: 1599961.

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

Color convert

RGB 217 105 24 -
CMYK 0 0.52 0.89 0.15
HSL 25.18º 0.8% 0.47% -
HSV(B) 25.18º 0.89% 0.85% -
XYZ 33.83 24.92 3.89 -
YUV 129.25 68.61 190.59 -
System Red Green Blue C M Y K H S L
Decimal 217 105 24 0 0.52 0.89 0.15 25.18 0.8 0.47
Hex D9 69 18 0 34 59 F 19 50 2F
Octal 331 151 30 0 64 131 17 31 120 57
Binary 11011001 1101001 11000 0 110100 1011001 1111 11001 1010000 101111

Color Harmonies of #D96918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96918

Black with #D96918

Text Example


Text Example

White with #D96918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96918; }

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

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

background-color css

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

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

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

border-color css

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

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

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