Html Css Color HEX #D95D13 Chocolate

📋 copy color: '#D95D13'

red 217 ◦ green 93 ◦ blue 19

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

Shades of Chocolate #D95D13

Tints of Chocolate #D95D13

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.27%

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

R = 65.96%
G = 28.27%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D95D13 (or 0xD95D13) is known color: Chocolate. HEX triplet: D9, 5D and 13. RGB value is (217,93,19). Sum of RGB (Red+Green+Blue) = 217+93+19=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95D13 is #26A2EC. Grayscale: #7A7A7A. Windows color (decimal): -2532077 or 1269209. OLE color: 1269209.

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

Color convert

RGB 217 93 19 -
CMYK 0 0.57 0.91 0.15
HSL 22.42º 0.84% 0.46% -
HSV(B) 22.42º 0.91% 0.85% -
XYZ 32.65 22.63 3.26 -
YUV 121.64 70.08 196.02 -
System Red Green Blue C M Y K H S L
Decimal 217 93 19 0 0.57 0.91 0.15 22.42 0.84 0.46
Hex D9 5D 13 0 39 5B F 16 54 2E
Octal 331 135 23 0 71 133 17 26 124 56
Binary 11011001 1011101 10011 0 111001 1011011 1111 10110 1010100 101110

Color Harmonies of #D95D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D13

Black with #D95D13

Text Example


Text Example

White with #D95D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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