Html Css Color HEX #D96E16 Chocolate

📋 copy color: '#D96E16'

red 217 ◦ green 110 ◦ blue 22

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

Shades of Chocolate #D96E16

Tints of Chocolate #D96E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.3%

R = 62.18%
G = 31.52%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D96E16 (or 0xD96E16) is known color: Chocolate. HEX triplet: D9, 6E and 16. RGB value is (217,110,22). Sum of RGB (Red+Green+Blue) = 217+110+22=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96E16 is #2691E9. Grayscale: #848484. Windows color (decimal): -2527722 or 1470169. OLE color: 1470169.

HSL color Cylindrical-coordinate representation of color #D96E16: hue angle of 27.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D96E16 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 110 22 -
CMYK 0 0.49 0.90 0.15
HSL 27.08º 0.82% 0.47% -
HSV(B) 27.08º 0.9% 0.85% -
XYZ 34.34 25.96 3.96 -
YUV 131.96 65.95 188.66 -
System Red Green Blue C M Y K H S L
Decimal 217 110 22 0 0.49 0.90 0.15 27.08 0.82 0.47
Hex D9 6E 16 0 31 5A F 1B 52 2F
Octal 331 156 26 0 61 132 17 33 122 57
Binary 11011001 1101110 10110 0 110001 1011010 1111 11011 1010010 101111

Color Harmonies of #D96E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E16

Black with #D96E16

Text Example


Text Example

White with #D96E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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