#DF624D

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

Shades of Flamingo #DF624D

Tints of Flamingo #DF624D

Color information

#DF624D (or 0xDF624D) is unknown color: approx Flamingo. HEX triplet: DF, 62 and 4D. RGB value is (223,98,77). Sum of RGB (Red+Green+Blue) = 223+98+77=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF624D is #209DB2. Grayscale: #858585. Windows color (decimal): -2137523 or 5071583. OLE color: 5071583.

HSL color Cylindrical-coordinate representation of color #DF624D: hue angle of 8.63º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF624D is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB2239877-
CMYK00.560.650.13
HSL8.63º69.52%58.82%-
HSV(B)8.63º65.47%87.45%-
XYZ36.1424.969.93-
YUV132.9896.41192.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.03%
GREEN value IS 98 (38.67% from 255) = 24.62%
BLUE value IS 77 (30.47% from 255) = 19.35%
R=56.03%
G=24.62%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223987700.560.650.138.6369.5258.82
HexDF624D03841D9463b
Octal337142115070101151110673
Binary110111111100010100110101110001000001110110011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF624D; }

 p { color: rgb(223,98,77); }

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

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

 a { background-color: rgb(223,98,77); }

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

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

 span { border-color: rgb(223,98,77); }

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