Html Css Color HEX #D95818 Chocolate

📋 copy color: '#D95818'

red 217 ◦ green 88 ◦ blue 24

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

Shades of Chocolate #D95818

Tints of Chocolate #D95818

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

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

R = 65.96%
G = 26.75%
B = 7.29%

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

#D95818 (or 0xD95818) is known color: Chocolate. HEX triplet: D9, 58 and 18. RGB value is (217,88,24). Sum of RGB (Red+Green+Blue) = 217+88+24=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D95818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95818 is #26A7E7. Grayscale: #777777. Windows color (decimal): -2533352 or 1595609. OLE color: 1595609.

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

Color convert

RGB 217 88 24 -
CMYK 0 0.59 0.89 0.15
HSL 19.9º 0.8% 0.47% -
HSV(B) 19.9º 0.89% 0.85% -
XYZ 32.27 21.8 3.37 -
YUV 119.28 74.24 197.7 -
System Red Green Blue C M Y K H S L
Decimal 217 88 24 0 0.59 0.89 0.15 19.9 0.8 0.47
Hex D9 58 18 0 3B 59 F 14 50 2F
Octal 331 130 30 0 73 131 17 24 120 57
Binary 11011001 1011000 11000 0 111011 1011001 1111 10100 1010000 101111

Color Harmonies of #D95818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95818

Black with #D95818

Text Example


Text Example

White with #D95818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95818; }

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

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

background-color css

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

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

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

border-color css

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

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

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