Html Css Color HEX #D96B16 Chocolate

📋 copy color: '#D96B16'

red 217 ◦ green 107 ◦ blue 22

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

Shades of Chocolate #D96B16

Tints of Chocolate #D96B16

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

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

R = 62.72%
G = 30.92%
B = 6.36%

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

#D96B16 (or 0xD96B16) is known color: Chocolate. HEX triplet: D9, 6B and 16. RGB value is (217,107,22). Sum of RGB (Red+Green+Blue) = 217+107+22=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96B16 is #2694E9. Grayscale: #828282. Windows color (decimal): -2528490 or 1469401. OLE color: 1469401.

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

Color convert

RGB 217 107 22 -
CMYK 0 0.51 0.90 0.15
HSL 26.15º 0.82% 0.47% -
HSV(B) 26.15º 0.9% 0.85% -
XYZ 34.02 25.33 3.85 -
YUV 130.2 66.94 189.91 -
System Red Green Blue C M Y K H S L
Decimal 217 107 22 0 0.51 0.90 0.15 26.15 0.82 0.47
Hex D9 6B 16 0 33 5A F 1A 52 2F
Octal 331 153 26 0 63 132 17 32 122 57
Binary 11011001 1101011 10110 0 110011 1011010 1111 11010 1010010 101111

Color Harmonies of #D96B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B16

Black with #D96B16

Text Example


Text Example

White with #D96B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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