Html Css Color HEX #D95C10 Chocolate

📋 copy color: '#D95C10'

red 217 ◦ green 92 ◦ blue 16

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

Shades of Chocolate #D95C10

Tints of Chocolate #D95C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 66.77%
G = 28.31%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D95C10 (or 0xD95C10) is known color: Chocolate. HEX triplet: D9, 5C and 10. RGB value is (217,92,16). Sum of RGB (Red+Green+Blue) = 217+92+16=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95C10 is #26A3EF. Grayscale: #797979. Windows color (decimal): -2532336 or 1072345. OLE color: 1072345.

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

Color convert

RGB 217 92 16 -
CMYK 0 0.58 0.93 0.15
HSL 22.69º 0.86% 0.46% -
HSV(B) 22.69º 0.93% 0.85% -
XYZ 32.54 22.44 3.11 -
YUV 120.71 68.91 196.68 -
System Red Green Blue C M Y K H S L
Decimal 217 92 16 0 0.58 0.93 0.15 22.69 0.86 0.46
Hex D9 5C 10 0 3A 5D F 17 56 2E
Octal 331 134 20 0 72 135 17 27 126 56
Binary 11011001 1011100 10000 0 111010 1011101 1111 10111 1010110 101110

Color Harmonies of #D95C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C10

Black with #D95C10

Text Example


Text Example

White with #D95C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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