Html Css Color HEX #D95915 Chocolate

📋 copy color: '#D95915'

red 217 ◦ green 89 ◦ blue 21

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

Shades of Chocolate #D95915

Tints of Chocolate #D95915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.42%

R = 66.36%
G = 27.22%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D95915 (or 0xD95915) is known color: Chocolate. HEX triplet: D9, 59 and 15. RGB value is (217,89,21). Sum of RGB (Red+Green+Blue) = 217+89+21=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D95915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95915 is #26A6EA. Grayscale: #777777. Windows color (decimal): -2533099 or 1399257. OLE color: 1399257.

HSL color Cylindrical-coordinate representation of color #D95915: hue angle of 20.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D95915 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 89 21 -
CMYK 0 0.59 0.90 0.15
HSL 20.82º 0.82% 0.47% -
HSV(B) 20.82º 0.9% 0.85% -
XYZ 32.32 21.95 3.24 -
YUV 119.52 72.41 197.53 -
System Red Green Blue C M Y K H S L
Decimal 217 89 21 0 0.59 0.90 0.15 20.82 0.82 0.47
Hex D9 59 15 0 3B 5A F 15 52 2F
Octal 331 131 25 0 73 132 17 25 122 57
Binary 11011001 1011001 10101 0 111011 1011010 1111 10101 1010010 101111

Color Harmonies of #D95915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95915

Black with #D95915

Text Example


Text Example

White with #D95915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95915; }

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

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

background-color css

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

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

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

border-color css

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

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

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