Html Css Color HEX #D16516 Chocolate

📋 copy color: '#D16516'

red 209 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #D16516

Tints of Chocolate #D16516

RGB

 RED value IS 209 (82.03% from 255) = 62.95%

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

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

R = 62.95%
G = 30.42%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D16516 (or 0xD16516) is known color: Chocolate. HEX triplet: D1, 65 and 16. RGB value is (209,101,22). Sum of RGB (Red+Green+Blue) = 209+101+22=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D16516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16516 is #2E9AE9. Grayscale: #7C7C7C. Windows color (decimal): -3054314 or 1467857. OLE color: 1467857.

HSL color Cylindrical-coordinate representation of color #D16516: hue angle of 25.35º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D16516 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 101 22 -
CMYK 0 0.52 0.89 0.18
HSL 25.35º 0.81% 0.45% -
HSV(B) 25.35º 0.89% 0.82% -
XYZ 31.09 22.92 3.54 -
YUV 124.29 70.28 188.42 -
System Red Green Blue C M Y K H S L
Decimal 209 101 22 0 0.52 0.89 0.18 25.35 0.81 0.45
Hex D1 65 16 0 34 59 12 19 51 2D
Octal 321 145 26 0 64 131 22 31 121 55
Binary 11010001 1100101 10110 0 110100 1011001 10010 11001 1010001 101101

Color Harmonies of #D16516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16516

Black with #D16516

Text Example


Text Example

White with #D16516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16516; }

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

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

background-color css

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

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

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

border-color css

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

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

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