#DC5A69

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

Shades of Cabaret #DC5A69

Tints of Cabaret #DC5A69

Color information

#DC5A69 (or 0xDC5A69) is unknown color: approx Cabaret. HEX triplet: DC, 5A and 69. RGB value is (220,90,105). Sum of RGB (Red+Green+Blue) = 220+90+105=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5A69 is #23A596. Grayscale: #828282. Windows color (decimal): -2336151 or 6904540. OLE color: 6904540.

HSL color Cylindrical-coordinate representation of color #DC5A69: hue angle of 353.08º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5A69 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB22090105-
CMYK00.590.520.14
HSL353.08º65%60.78%-
HSV(B)353.08º59.09%86.27%-
XYZ35.7223.5516.03-
YUV130.58113.57191.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.01%
GREEN value IS 90 (35.55% from 255) = 21.69%
BLUE value IS 105 (41.41% from 255) = 25.30%
R=53.01%
G=21.69%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209010500.590.520.14353.086560.78
HexDC5A6903B34E161413d
Octal334132151073641654110175
Binary1101110010110101101001011101111010011101011000011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5A69; }

 p { color: rgb(220,90,105); }

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

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

 a { background-color: rgb(220,90,105); }

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

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

 span { border-color: rgb(220,90,105); }

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