Html Css Color HEX #D16014 Chocolate

📋 copy color: '#D16014'

red 209 ◦ green 96 ◦ blue 20

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

Shades of Chocolate #D16014

Tints of Chocolate #D16014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.15%

R = 64.31%
G = 29.54%
B = 6.15%

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

#D16014 (or 0xD16014) is known color: Chocolate. HEX triplet: D1, 60 and 14. RGB value is (209,96,20). Sum of RGB (Red+Green+Blue) = 209+96+20=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D16014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16014 is #2E9FEB. Grayscale: #797979. Windows color (decimal): -3055596 or 1335505. OLE color: 1335505.

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

Color convert

RGB 209 96 20 -
CMYK 0 0.54 0.90 0.18
HSL 24.13º 0.83% 0.45% -
HSV(B) 24.13º 0.9% 0.82% -
XYZ 30.6 21.97 3.29 -
YUV 121.12 70.94 190.68 -
System Red Green Blue C M Y K H S L
Decimal 209 96 20 0 0.54 0.90 0.18 24.13 0.83 0.45
Hex D1 60 14 0 36 5A 12 18 53 2D
Octal 321 140 24 0 66 132 22 30 123 55
Binary 11010001 1100000 10100 0 110110 1011010 10010 11000 1010011 101101

Color Harmonies of #D16014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16014

Black with #D16014

Text Example


Text Example

White with #D16014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16014; }

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

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

background-color css

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

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

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

border-color css

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

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

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