#D16756

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

Shades of Sunglo #D16756

Tints of Sunglo #D16756

Color information

#D16756 (or 0xD16756) is unknown color: approx Sunglo. HEX triplet: D1, 67 and 56. RGB value is (209,103,86). Sum of RGB (Red+Green+Blue) = 209+103+86=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D16756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16756 is #2E98A9. Grayscale: #848484. Windows color (decimal): -3053738 or 5662673. OLE color: 5662673.

HSL color Cylindrical-coordinate representation of color #D16756: hue angle of 8.29º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D16756 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB20910386-
CMYK00.510.590.18
HSL8.29º57.21%57.84%-
HSV(B)8.29º58.85%81.96%-
XYZ32.8223.9311.69-
YUV132.76101.62182.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.51%
GREEN value IS 103 (40.62% from 255) = 25.88%
BLUE value IS 86 (33.98% from 255) = 21.61%
R=52.51%
G=25.88%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091038600.510.590.188.2957.2157.84
HexD167560333B128393a
Octal3211471260637322107172
Binary11010001110011110101100110011111011100101000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16756; }

 p { color: rgb(209,103,86); }

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

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

 a { background-color: rgb(209,103,86); }

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

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

 span { border-color: rgb(209,103,86); }

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