#D1566D

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

Shades of Cabaret #D1566D

Tints of Cabaret #D1566D

Color information

#D1566D (or 0xD1566D) is unknown color: approx Cabaret. HEX triplet: D1, 56 and 6D. RGB value is (209,86,109). Sum of RGB (Red+Green+Blue) = 209+86+109=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D1566D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1566D is #2EA992. Grayscale: #7D7D7D. Windows color (decimal): -3058067 or 7165649. OLE color: 7165649.

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

Color convert

RGB20986109-
CMYK00.590.480.18
HSL348.78º57.21%57.84%-
HSV(B)348.78º58.85%81.96%-
XYZ32.3821.3216.88-
YUV125.4118.75187.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.73%
GREEN value IS 86 (33.98% from 255) = 21.29%
BLUE value IS 109 (42.97% from 255) = 26.98%
R=51.73%
G=21.29%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098610900.590.480.18348.7857.2157.84
HexD1566D03B301215d393a
Octal32112615507360225357172
Binary1101000110101101101101011101111000010010101011101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1566D; }

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

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

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

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

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

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

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

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