Html Css Color HEX #D96A16 Chocolate

📋 copy color: '#D96A16'

red 217 ◦ green 106 ◦ blue 22

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

Shades of Chocolate #D96A16

Tints of Chocolate #D96A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.72%

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

R = 62.9%
G = 30.72%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D96A16 (or 0xD96A16) is known color: Chocolate. HEX triplet: D9, 6A and 16. RGB value is (217,106,22). Sum of RGB (Red+Green+Blue) = 217+106+22=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96A16 is #2695E9. Grayscale: #828282. Windows color (decimal): -2528746 or 1469145. OLE color: 1469145.

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

Color convert

RGB 217 106 22 -
CMYK 0 0.51 0.90 0.15
HSL 25.85º 0.82% 0.47% -
HSV(B) 25.85º 0.9% 0.85% -
XYZ 33.91 25.12 3.82 -
YUV 129.61 67.27 190.33 -
System Red Green Blue C M Y K H S L
Decimal 217 106 22 0 0.51 0.90 0.15 25.85 0.82 0.47
Hex D9 6A 16 0 33 5A F 1A 52 2F
Octal 331 152 26 0 63 132 17 32 122 57
Binary 11011001 1101010 10110 0 110011 1011010 1111 11010 1010010 101111

Color Harmonies of #D96A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A16

Black with #D96A16

Text Example


Text Example

White with #D96A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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