#DC624E

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

Shades of Flamingo #DC624E

Tints of Flamingo #DC624E

Color information

#DC624E (or 0xDC624E) is unknown color: approx Flamingo. HEX triplet: DC, 62 and 4E. RGB value is (220,98,78). Sum of RGB (Red+Green+Blue) = 220+98+78=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC624E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC624E is #239DB1. Grayscale: #848484. Windows color (decimal): -2334130 or 5137116. OLE color: 5137116.

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

Color convert

RGB2209878-
CMYK00.550.650.14
HSL8.45º66.98%58.43%-
HSV(B)8.45º64.55%86.27%-
XYZ35.2624.510.08-
YUV132.297.42190.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.56%
GREEN value IS 98 (38.67% from 255) = 24.75%
BLUE value IS 78 (30.86% from 255) = 19.70%
R=55.56%
G=24.75%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220987800.550.650.148.4566.9858.43
HexDC624E03741E8433a
Octal334142116067101161010372
Binary110111001100010100111001101111000001111010001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC624E; }

 p { color: rgb(220,98,78); }

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

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

 a { background-color: rgb(220,98,78); }

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

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

 span { border-color: rgb(220,98,78); }

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