Html Css Color HEX #D16015 Chocolate

📋 copy color: '#D16015'

red 209 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #D16015

Tints of Chocolate #D16015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

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

R = 64.11%
G = 29.45%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D16015 (or 0xD16015) is known color: Chocolate. HEX triplet: D1, 60 and 15. RGB value is (209,96,21). Sum of RGB (Red+Green+Blue) = 209+96+21=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D16015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16015 is #2E9FEA. Grayscale: #797979. Windows color (decimal): -3055595 or 1401041. OLE color: 1401041.

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

Color convert

RGB 209 96 21 -
CMYK 0 0.54 0.90 0.18
HSL 23.94º 0.82% 0.45% -
HSV(B) 23.94º 0.9% 0.82% -
XYZ 30.61 21.98 3.34 -
YUV 121.24 71.44 190.6 -
System Red Green Blue C M Y K H S L
Decimal 209 96 21 0 0.54 0.90 0.18 23.94 0.82 0.45
Hex D1 60 15 0 36 5A 12 18 52 2D
Octal 321 140 25 0 66 132 22 30 122 55
Binary 11010001 1100000 10101 0 110110 1011010 10010 11000 1010010 101101

Color Harmonies of #D16015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16015

Black with #D16015

Text Example


Text Example

White with #D16015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16015; }

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

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

background-color css

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

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

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

border-color css

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

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

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