Html Css Color HEX #D15A16 Chocolate

📋 copy color: '#D15A16'

red 209 ◦ green 90 ◦ blue 22

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

Shades of Chocolate #D15A16

Tints of Chocolate #D15A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.04%

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

R = 65.11%
G = 28.04%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D15A16 (or 0xD15A16) is known color: Chocolate. HEX triplet: D1, 5A and 16. RGB value is (209,90,22). Sum of RGB (Red+Green+Blue) = 209+90+22=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15A16 is #2EA5E9. Grayscale: #767676. Windows color (decimal): -3057130 or 1465041. OLE color: 1465041.

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

Color convert

RGB 209 90 22 -
CMYK 0 0.57 0.89 0.18
HSL 21.82º 0.81% 0.45% -
HSV(B) 21.82º 0.89% 0.82% -
XYZ 30.1 20.93 3.21 -
YUV 117.83 73.92 193.03 -
System Red Green Blue C M Y K H S L
Decimal 209 90 22 0 0.57 0.89 0.18 21.82 0.81 0.45
Hex D1 5A 16 0 39 59 12 16 51 2D
Octal 321 132 26 0 71 131 22 26 121 55
Binary 11010001 1011010 10110 0 111001 1011001 10010 10110 1010001 101101

Color Harmonies of #D15A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15A16

Black with #D15A16

Text Example


Text Example

White with #D15A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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