Html Css Color HEX #D95912 Chocolate

📋 copy color: '#D95912'

red 217 ◦ green 89 ◦ blue 18

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

Shades of Chocolate #D95912

Tints of Chocolate #D95912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

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

R = 66.98%
G = 27.47%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D95912 (or 0xD95912) is known color: Chocolate. HEX triplet: D9, 59 and 12. RGB value is (217,89,18). Sum of RGB (Red+Green+Blue) = 217+89+18=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D95912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95912 is #26A6ED. Grayscale: #777777. Windows color (decimal): -2533102 or 1202649. OLE color: 1202649.

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

Color convert

RGB 217 89 18 -
CMYK 0 0.59 0.92 0.15
HSL 21.41º 0.85% 0.46% -
HSV(B) 21.41º 0.92% 0.85% -
XYZ 32.3 21.94 3.1 -
YUV 119.18 70.91 197.77 -
System Red Green Blue C M Y K H S L
Decimal 217 89 18 0 0.59 0.92 0.15 21.41 0.85 0.46
Hex D9 59 12 0 3B 5C F 15 55 2E
Octal 331 131 22 0 73 134 17 25 125 56
Binary 11011001 1011001 10010 0 111011 1011100 1111 10101 1010101 101110

Color Harmonies of #D95912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95912

Black with #D95912

Text Example


Text Example

White with #D95912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95912; }

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

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

background-color css

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

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

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

border-color css

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

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

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