#DC6054

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

Shades of Flamingo #DC6054

Tints of Flamingo #DC6054

Color information

#DC6054 (or 0xDC6054) is unknown color: approx Flamingo. HEX triplet: DC, 60 and 54. RGB value is (220,96,84). Sum of RGB (Red+Green+Blue) = 220+96+84=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6054 is #239FAB. Grayscale: #838383. Windows color (decimal): -2334636 or 5529820. OLE color: 5529820.

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

Color convert

RGB2209684-
CMYK00.560.620.14
HSL5.29º66.02%59.61%-
HSV(B)5.29º61.82%86.27%-
XYZ35.324.2211.2-
YUV131.71101.08190.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 84 (33.20% from 255) = 21%
R=55%
G=24%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220968400.560.620.145.2966.0259.61
HexDC60540383EE5423c
Octal3341401240707616510274
Binary1101110011000001010100011100011111011101011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6054; }

 p { color: rgb(220,96,84); }

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

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

 a { background-color: rgb(220,96,84); }

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

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

 span { border-color: rgb(220,96,84); }

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