Html Css Color HEX #D95913 Chocolate

📋 copy color: '#D95913'

red 217 ◦ green 89 ◦ blue 19

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

Shades of Chocolate #D95913

Tints of Chocolate #D95913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.85%

R = 66.77%
G = 27.38%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D95913 (or 0xD95913) is known color: Chocolate. HEX triplet: D9, 59 and 13. RGB value is (217,89,19). Sum of RGB (Red+Green+Blue) = 217+89+19=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D95913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95913 is #26A6EC. Grayscale: #777777. Windows color (decimal): -2533101 or 1268185. OLE color: 1268185.

HSL color Cylindrical-coordinate representation of color #D95913: hue angle of 21.21º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D95913 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 89 19 -
CMYK 0 0.59 0.91 0.15
HSL 21.21º 0.84% 0.46% -
HSV(B) 21.21º 0.91% 0.85% -
XYZ 32.31 21.94 3.15 -
YUV 119.29 71.41 197.69 -
System Red Green Blue C M Y K H S L
Decimal 217 89 19 0 0.59 0.91 0.15 21.21 0.84 0.46
Hex D9 59 13 0 3B 5B F 15 54 2E
Octal 331 131 23 0 73 133 17 25 124 56
Binary 11011001 1011001 10011 0 111011 1011011 1111 10101 1010100 101110

Color Harmonies of #D95913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95913

Black with #D95913

Text Example


Text Example

White with #D95913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95913; }

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

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

background-color css

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

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

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

border-color css

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

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

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