Html Css Color HEX #D16A14 Chocolate

📋 copy color: '#D16A14'

red 209 ◦ green 106 ◦ blue 20

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

Shades of Chocolate #D16A14

Tints of Chocolate #D16A14

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.64%

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

R = 62.39%
G = 31.64%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D16A14 (or 0xD16A14) is known color: Chocolate. HEX triplet: D1, 6A and 14. RGB value is (209,106,20). Sum of RGB (Red+Green+Blue) = 209+106+20=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16A14 is #2E95EB. Grayscale: #7F7F7F. Windows color (decimal): -3053036 or 1338065. OLE color: 1338065.

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

Color convert

RGB 209 106 20 -
CMYK 0 0.49 0.90 0.18
HSL 27.3º 0.83% 0.45% -
HSV(B) 27.3º 0.9% 0.82% -
XYZ 31.57 23.91 3.61 -
YUV 126.99 67.62 186.49 -
System Red Green Blue C M Y K H S L
Decimal 209 106 20 0 0.49 0.90 0.18 27.3 0.83 0.45
Hex D1 6A 14 0 31 5A 12 1B 53 2D
Octal 321 152 24 0 61 132 22 33 123 55
Binary 11010001 1101010 10100 0 110001 1011010 10010 11011 1010011 101101

Color Harmonies of #D16A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16A14

Black with #D16A14

Text Example


Text Example

White with #D16A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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