Html Css Color HEX #D96516 Chocolate

📋 copy color: '#D96516'

red 217 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #D96516

Tints of Chocolate #D96516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.71%

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

R = 63.82%
G = 29.71%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D96516 (or 0xD96516) is known color: Chocolate. HEX triplet: D9, 65 and 16. RGB value is (217,101,22). Sum of RGB (Red+Green+Blue) = 217+101+22=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D96516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96516 is #269AE9. Grayscale: #7F7F7F. Windows color (decimal): -2530026 or 1467865. OLE color: 1467865.

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

Color convert

RGB 217 101 22 -
CMYK 0 0.53 0.90 0.15
HSL 24.31º 0.82% 0.47% -
HSV(B) 24.31º 0.9% 0.85% -
XYZ 33.41 24.12 3.65 -
YUV 126.68 68.93 192.42 -
System Red Green Blue C M Y K H S L
Decimal 217 101 22 0 0.53 0.90 0.15 24.31 0.82 0.47
Hex D9 65 16 0 35 5A F 18 52 2F
Octal 331 145 26 0 65 132 17 30 122 57
Binary 11011001 1100101 10110 0 110101 1011010 1111 11000 1010010 101111

Color Harmonies of #D96516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96516

Black with #D96516

Text Example


Text Example

White with #D96516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96516; }

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

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

background-color css

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

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

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

border-color css

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

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

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