Html Css Color HEX #D15516 Chocolate

📋 copy color: '#D15516'

red 209 ◦ green 85 ◦ blue 22

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

Shades of Chocolate #D15516

Tints of Chocolate #D15516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

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

R = 66.14%
G = 26.9%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D15516 (or 0xD15516) is known color: Chocolate. HEX triplet: D1, 55 and 16. RGB value is (209,85,22). Sum of RGB (Red+Green+Blue) = 209+85+22=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D15516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15516 is #2EAAE9. Grayscale: #737373. Windows color (decimal): -3058410 or 1463761. OLE color: 1463761.

HSL color Cylindrical-coordinate representation of color #D15516: hue angle of 20.21º 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 #D15516 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 85 22 -
CMYK 0 0.59 0.89 0.18
HSL 20.21º 0.81% 0.45% -
HSV(B) 20.21º 0.89% 0.82% -
XYZ 29.69 20.11 3.08 -
YUV 114.89 75.58 195.12 -
System Red Green Blue C M Y K H S L
Decimal 209 85 22 0 0.59 0.89 0.18 20.21 0.81 0.45
Hex D1 55 16 0 3B 59 12 14 51 2D
Octal 321 125 26 0 73 131 22 24 121 55
Binary 11010001 1010101 10110 0 111011 1011001 10010 10100 1010001 101101

Color Harmonies of #D15516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15516

Black with #D15516

Text Example


Text Example

White with #D15516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15516; }

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

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

background-color css

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

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

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

border-color css

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

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

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