Html Css Color HEX #D95A18 Chocolate

📋 copy color: '#D95A18'

red 217 ◦ green 90 ◦ blue 24

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

Shades of Chocolate #D95A18

Tints of Chocolate #D95A18

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.19%

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

R = 65.56%
G = 27.19%
B = 7.25%

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

#D95A18 (or 0xD95A18) is known color: Chocolate. HEX triplet: D9, 5A and 18. RGB value is (217,90,24). Sum of RGB (Red+Green+Blue) = 217+90+24=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95A18 is #26A5E7. Grayscale: #787878. Windows color (decimal): -2532840 or 1596121. OLE color: 1596121.

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

Color convert

RGB 217 90 24 -
CMYK 0 0.59 0.89 0.15
HSL 20.52º 0.8% 0.47% -
HSV(B) 20.52º 0.89% 0.85% -
XYZ 32.44 22.13 3.43 -
YUV 120.45 73.58 196.87 -
System Red Green Blue C M Y K H S L
Decimal 217 90 24 0 0.59 0.89 0.15 20.52 0.8 0.47
Hex D9 5A 18 0 3B 59 F 15 50 2F
Octal 331 132 30 0 73 131 17 25 120 57
Binary 11011001 1011010 11000 0 111011 1011001 1111 10101 1010000 101111

Color Harmonies of #D95A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95A18

Black with #D95A18

Text Example


Text Example

White with #D95A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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