Html Css Color HEX #D95C13 Chocolate

📋 copy color: '#D95C13'

red 217 ◦ green 92 ◦ blue 19

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

Shades of Chocolate #D95C13

Tints of Chocolate #D95C13

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.05%

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

R = 66.16%
G = 28.05%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D95C13 (or 0xD95C13) is known color: Chocolate. HEX triplet: D9, 5C and 13. RGB value is (217,92,19). Sum of RGB (Red+Green+Blue) = 217+92+19=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95C13 is #26A3EC. Grayscale: #797979. Windows color (decimal): -2532333 or 1268953. OLE color: 1268953.

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

Color convert

RGB 217 92 19 -
CMYK 0 0.58 0.91 0.15
HSL 22.12º 0.84% 0.46% -
HSV(B) 22.12º 0.91% 0.85% -
XYZ 32.56 22.45 3.23 -
YUV 121.05 70.41 196.44 -
System Red Green Blue C M Y K H S L
Decimal 217 92 19 0 0.58 0.91 0.15 22.12 0.84 0.46
Hex D9 5C 13 0 3A 5B F 16 54 2E
Octal 331 134 23 0 72 133 17 26 124 56
Binary 11011001 1011100 10011 0 111010 1011011 1111 10110 1010100 101110

Color Harmonies of #D95C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C13

Black with #D95C13

Text Example


Text Example

White with #D95C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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