Html Css Color HEX #D95916 Chocolate

📋 copy color: '#D95916'

red 217 ◦ green 89 ◦ blue 22

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

Shades of Chocolate #D95916

Tints of Chocolate #D95916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.71%

R = 66.16%
G = 27.13%
B = 6.71%

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

#D95916 (or 0xD95916) is known color: Chocolate. HEX triplet: D9, 59 and 16. RGB value is (217,89,22). Sum of RGB (Red+Green+Blue) = 217+89+22=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D95916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95916 is #26A6E9. Grayscale: #787878. Windows color (decimal): -2533098 or 1464793. OLE color: 1464793.

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

Color convert

RGB 217 89 22 -
CMYK 0 0.59 0.90 0.15
HSL 20.62º 0.82% 0.47% -
HSV(B) 20.62º 0.9% 0.85% -
XYZ 32.33 21.95 3.29 -
YUV 119.63 72.91 197.45 -
System Red Green Blue C M Y K H S L
Decimal 217 89 22 0 0.59 0.90 0.15 20.62 0.82 0.47
Hex D9 59 16 0 3B 5A F 15 52 2F
Octal 331 131 26 0 73 132 17 25 122 57
Binary 11011001 1011001 10110 0 111011 1011010 1111 10101 1010010 101111

Color Harmonies of #D95916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95916

Black with #D95916

Text Example


Text Example

White with #D95916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95916; }

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

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

background-color css

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

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

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

border-color css

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

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

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