#D16F1A

Color #D16F1A Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D16F1A

Tints of Chocolate #D16F1A

Color information

#D16F1A (or 0xD16F1A) is unknown color: approx Chocolate. HEX triplet: D1, 6F and 1A. RGB value is (209,111,26). Sum of RGB (Red+Green+Blue) = 209+111+26=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F1A is #2E90E5. Grayscale: #838383. Windows color (decimal): -3051750 or 1732561. OLE color: 1732561.

HSL color Cylindrical-coordinate representation of color #D16F1A: hue angle of 27.87º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D16F1A is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB20911126-
CMYK00.470.880.18
HSL27.87º77.87%46.08%-
HSV(B)27.87º87.56%81.96%-
XYZ32.17254.11-
YUV130.6168.97183.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.40%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 26 (10.55% from 255) = 7.51%
R=60.40%
G=32.08%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091112600.470.880.1827.8777.8746.08
HexD16F1A02F58121c4e2e
Octal32115732057130223411656
Binary110100011101111110100101111101100010010111001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16F1A; }

 p { color: rgb(209,111,26); }

 H1.HeaderClassName
 {
   color: #D16F1A;
 }
 .AnyTagClassName
 {
   color: #D16F1A;
 }
</style>
background-color css

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

 a { background-color: rgb(209,111,26); }

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

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

 span { border-color: rgb(209,111,26); }

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