#DA546D

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

Shades of Cabaret #DA546D

Tints of Cabaret #DA546D

Color information

#DA546D (or 0xDA546D) is unknown color: approx Cabaret. HEX triplet: DA, 54 and 6D. RGB value is (218,84,109). Sum of RGB (Red+Green+Blue) = 218+84+109=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA546D is #25AB92. Grayscale: #7E7E7E. Windows color (decimal): -2468755 or 7165146. OLE color: 7165146.

HSL color Cylindrical-coordinate representation of color #DA546D: hue angle of 348.81º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA546D is Cyan = 0, Magento = 0.61, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB21884109-
CMYK00.610.50.15
HSL348.81º64.42%59.22%-
HSV(B)348.81º61.47%85.49%-
XYZ34.8422.3516.95-
YUV126.92117.89192.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.04%
GREEN value IS 84 (33.20% from 255) = 20.44%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=53.04%
G=20.44%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188410900.610.50.15348.8164.4259.22
HexDA546D03D32F15d403b
Octal332124155075621753510073
Binary1101101010101001101101011110111001011111010111011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA546D; }

 p { color: rgb(218,84,109); }

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

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

 a { background-color: rgb(218,84,109); }

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

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

 span { border-color: rgb(218,84,109); }

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