Html Css Color HEX #D95F12 Chocolate

📋 copy color: '#D95F12'

red 217 ◦ green 95 ◦ blue 18

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

Shades of Chocolate #D95F12

Tints of Chocolate #D95F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.45%

R = 65.76%
G = 28.79%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D95F12 (or 0xD95F12) is known color: Chocolate. HEX triplet: D9, 5F and 12. RGB value is (217,95,18). Sum of RGB (Red+Green+Blue) = 217+95+18=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95F12 is #26A0ED. Grayscale: #7B7B7B. Windows color (decimal): -2531566 or 1204185. OLE color: 1204185.

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

Color convert

RGB 217 95 18 -
CMYK 0 0.56 0.92 0.15
HSL 23.22º 0.85% 0.46% -
HSV(B) 23.22º 0.92% 0.85% -
XYZ 32.82 22.98 3.28 -
YUV 122.7 68.92 195.26 -
System Red Green Blue C M Y K H S L
Decimal 217 95 18 0 0.56 0.92 0.15 23.22 0.85 0.46
Hex D9 5F 12 0 38 5C F 17 55 2E
Octal 331 137 22 0 70 134 17 27 125 56
Binary 11011001 1011111 10010 0 111000 1011100 1111 10111 1010101 101110

Color Harmonies of #D95F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95F12

Black with #D95F12

Text Example


Text Example

White with #D95F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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