Html Css Color HEX #D96E12 Chocolate

📋 copy color: '#D96E12'

red 217 ◦ green 110 ◦ blue 18

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

Shades of Chocolate #D96E12

Tints of Chocolate #D96E12

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.88%

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

R = 62.9%
G = 31.88%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D96E12 (or 0xD96E12) is known color: Chocolate. HEX triplet: D9, 6E and 12. RGB value is (217,110,18). Sum of RGB (Red+Green+Blue) = 217+110+18=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96E12 is #2691ED. Grayscale: #838383. Windows color (decimal): -2527726 or 1208025. OLE color: 1208025.

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

Color convert

RGB 217 110 18 -
CMYK 0 0.49 0.92 0.15
HSL 27.74º 0.85% 0.46% -
HSV(B) 27.74º 0.92% 0.85% -
XYZ 34.3 25.95 3.77 -
YUV 131.51 63.95 188.98 -
System Red Green Blue C M Y K H S L
Decimal 217 110 18 0 0.49 0.92 0.15 27.74 0.85 0.46
Hex D9 6E 12 0 31 5C F 1C 55 2E
Octal 331 156 22 0 61 134 17 34 125 56
Binary 11011001 1101110 10010 0 110001 1011100 1111 11100 1010101 101110

Color Harmonies of #D96E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E12

Black with #D96E12

Text Example


Text Example

White with #D96E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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