Html Css Color HEX #D15716 Chocolate

📋 copy color: '#D15716'

red 209 ◦ green 87 ◦ blue 22

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

Shades of Chocolate #D15716

Tints of Chocolate #D15716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.36%

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

R = 65.72%
G = 27.36%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D15716 (or 0xD15716) is known color: Chocolate. HEX triplet: D1, 57 and 16. RGB value is (209,87,22). Sum of RGB (Red+Green+Blue) = 209+87+22=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D15716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15716 is #2EA8E9. Grayscale: #747474. Windows color (decimal): -3057898 or 1464273. OLE color: 1464273.

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

Color convert

RGB 209 87 22 -
CMYK 0 0.58 0.89 0.18
HSL 20.86º 0.81% 0.45% -
HSV(B) 20.86º 0.89% 0.82% -
XYZ 29.85 20.43 3.13 -
YUV 116.07 74.92 194.29 -
System Red Green Blue C M Y K H S L
Decimal 209 87 22 0 0.58 0.89 0.18 20.86 0.81 0.45
Hex D1 57 16 0 3A 59 12 15 51 2D
Octal 321 127 26 0 72 131 22 25 121 55
Binary 11010001 1010111 10110 0 111010 1011001 10010 10101 1010001 101101

Color Harmonies of #D15716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15716

Black with #D15716

Text Example


Text Example

White with #D15716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15716; }

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

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

background-color css

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

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

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

border-color css

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

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

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