#DC5667

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

Shades of Cabaret #DC5667

Tints of Cabaret #DC5667

Color information

#DC5667 (or 0xDC5667) is unknown color: approx Cabaret. HEX triplet: DC, 56 and 67. RGB value is (220,86,103). Sum of RGB (Red+Green+Blue) = 220+86+103=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5667 is #23A998. Grayscale: #808080. Windows color (decimal): -2337177 or 6772444. OLE color: 6772444.

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

Color convert

RGB22086103-
CMYK00.610.530.14
HSL352.39º65.69%60%-
HSV(B)352.39º60.91%86.27%-
XYZ35.2922.8515.38-
YUV128113.89193.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.79%
GREEN value IS 86 (33.98% from 255) = 21.03%
BLUE value IS 103 (40.62% from 255) = 25.18%
R=53.79%
G=21.03%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208610300.610.530.14352.3965.6960
HexDC566703D35E160423c
Octal334126147075651654010274
Binary1101110010101101100111011110111010111101011000001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5667; }

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

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

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

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

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

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

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

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