Html Css Color HEX #D95F10 Chocolate

📋 copy color: '#D95F10'

red 217 ◦ green 95 ◦ blue 16

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

Shades of Chocolate #D95F10

Tints of Chocolate #D95F10

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

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

R = 66.16%
G = 28.96%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D95F10 (or 0xD95F10) is known color: Chocolate. HEX triplet: D9, 5F and 10. RGB value is (217,95,16). Sum of RGB (Red+Green+Blue) = 217+95+16=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95F10 is #26A0EF. Grayscale: #7A7A7A. Windows color (decimal): -2531568 or 1073113. OLE color: 1073113.

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

Color convert

RGB 217 95 16 -
CMYK 0 0.56 0.93 0.15
HSL 23.58º 0.86% 0.46% -
HSV(B) 23.58º 0.93% 0.85% -
XYZ 32.8 22.97 3.2 -
YUV 122.47 67.92 195.42 -
System Red Green Blue C M Y K H S L
Decimal 217 95 16 0 0.56 0.93 0.15 23.58 0.86 0.46
Hex D9 5F 10 0 38 5D F 18 56 2E
Octal 331 137 20 0 70 135 17 30 126 56
Binary 11011001 1011111 10000 0 111000 1011101 1111 11000 1010110 101110

Color Harmonies of #D95F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95F10

Black with #D95F10

Text Example


Text Example

White with #D95F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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