Html Css Color HEX #D95918 Chocolate

📋 copy color: '#D95918'

red 217 ◦ green 89 ◦ blue 24

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

Shades of Chocolate #D95918

Tints of Chocolate #D95918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.97%

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

R = 65.76%
G = 26.97%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D95918 (or 0xD95918) is known color: Chocolate. HEX triplet: D9, 59 and 18. RGB value is (217,89,24). Sum of RGB (Red+Green+Blue) = 217+89+24=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D95918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95918 is #26A6E7. Grayscale: #787878. Windows color (decimal): -2533096 or 1595865. OLE color: 1595865.

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

Color convert

RGB 217 89 24 -
CMYK 0 0.59 0.89 0.15
HSL 20.21º 0.8% 0.47% -
HSV(B) 20.21º 0.89% 0.85% -
XYZ 32.35 21.96 3.4 -
YUV 119.86 73.91 197.29 -
System Red Green Blue C M Y K H S L
Decimal 217 89 24 0 0.59 0.89 0.15 20.21 0.8 0.47
Hex D9 59 18 0 3B 59 F 14 50 2F
Octal 331 131 30 0 73 131 17 24 120 57
Binary 11011001 1011001 11000 0 111011 1011001 1111 10100 1010000 101111

Color Harmonies of #D95918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95918

Black with #D95918

Text Example


Text Example

White with #D95918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95918; }

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

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

background-color css

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

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

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

border-color css

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

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

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