Html Css Color HEX #D95518 Chocolate

📋 copy color: '#D95518'

red 217 ◦ green 85 ◦ blue 24

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

Shades of Chocolate #D95518

Tints of Chocolate #D95518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.07%

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

R = 66.56%
G = 26.07%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D95518 (or 0xD95518) is known color: Chocolate. HEX triplet: D9, 55 and 18. RGB value is (217,85,24). Sum of RGB (Red+Green+Blue) = 217+85+24=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D95518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95518 is #26AAE7. Grayscale: #757575. Windows color (decimal): -2534120 or 1594841. OLE color: 1594841.

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

Color convert

RGB 217 85 24 -
CMYK 0 0.61 0.89 0.15
HSL 18.96º 0.8% 0.47% -
HSV(B) 18.96º 0.89% 0.85% -
XYZ 32.03 21.31 3.29 -
YUV 117.51 75.23 198.96 -
System Red Green Blue C M Y K H S L
Decimal 217 85 24 0 0.61 0.89 0.15 18.96 0.8 0.47
Hex D9 55 18 0 3D 59 F 13 50 2F
Octal 331 125 30 0 75 131 17 23 120 57
Binary 11011001 1010101 11000 0 111101 1011001 1111 10011 1010000 101111

Color Harmonies of #D95518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95518

Black with #D95518

Text Example


Text Example

White with #D95518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95518; }

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

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

background-color css

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

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

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

border-color css

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

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

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