Html Css Color HEX #D16215 Chocolate

📋 copy color: '#D16215'

red 209 ◦ green 98 ◦ blue 21

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

Shades of Chocolate #D16215

Tints of Chocolate #D16215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.88%

 BLUE value IS 21 (8.59% from 255) = 6.4%

R = 63.72%
G = 29.88%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D16215 (or 0xD16215) is known color: Chocolate. HEX triplet: D1, 62 and 15. RGB value is (209,98,21). Sum of RGB (Red+Green+Blue) = 209+98+21=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D16215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16215 is #2E9DEA. Grayscale: #7A7A7A. Windows color (decimal): -3055083 or 1401553. OLE color: 1401553.

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

Color convert

RGB 209 98 21 -
CMYK 0 0.53 0.90 0.18
HSL 24.57º 0.82% 0.45% -
HSV(B) 24.57º 0.9% 0.82% -
XYZ 30.8 22.34 3.4 -
YUV 122.41 70.77 189.76 -
System Red Green Blue C M Y K H S L
Decimal 209 98 21 0 0.53 0.90 0.18 24.57 0.82 0.45
Hex D1 62 15 0 35 5A 12 19 52 2D
Octal 321 142 25 0 65 132 22 31 122 55
Binary 11010001 1100010 10101 0 110101 1011010 10010 11001 1010010 101101

Color Harmonies of #D16215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16215

Black with #D16215

Text Example


Text Example

White with #D16215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16215; }

 p { color: rgb(209,98,21); }

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

background-color css

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

 a { background-color: rgb(209,98,21); }

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

border-color css

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

 span { border-color: rgb(209,98,21); }

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