Html Css Color HEX #D16012 Chocolate

📋 copy color: '#D16012'

red 209 ◦ green 96 ◦ blue 18

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

Shades of Chocolate #D16012

Tints of Chocolate #D16012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.57%

R = 64.71%
G = 29.72%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D16012 (or 0xD16012) is known color: Chocolate. HEX triplet: D1, 60 and 12. RGB value is (209,96,18). Sum of RGB (Red+Green+Blue) = 209+96+18=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D16012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16012 is #2E9FED. Grayscale: #797979. Windows color (decimal): -3055598 or 1204433. OLE color: 1204433.

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

Color convert

RGB 209 96 18 -
CMYK 0 0.54 0.91 0.18
HSL 24.5º 0.84% 0.45% -
HSV(B) 24.5º 0.91% 0.82% -
XYZ 30.59 21.96 3.2 -
YUV 120.9 69.94 190.84 -
System Red Green Blue C M Y K H S L
Decimal 209 96 18 0 0.54 0.91 0.18 24.5 0.84 0.45
Hex D1 60 12 0 36 5B 12 19 54 2D
Octal 321 140 22 0 66 133 22 31 124 55
Binary 11010001 1100000 10010 0 110110 1011011 10010 11001 1010100 101101

Color Harmonies of #D16012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16012

Black with #D16012

Text Example


Text Example

White with #D16012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16012; }

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

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

background-color css

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

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

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

border-color css

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

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

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