#DF6957

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

Shades of Flamingo #DF6957

Tints of Flamingo #DF6957

Color information

#DF6957 (or 0xDF6957) is unknown color: approx Flamingo. HEX triplet: DF, 69 and 57. RGB value is (223,105,87). Sum of RGB (Red+Green+Blue) = 223+105+87=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6957 is #2096A8. Grayscale: #8A8A8A. Windows color (decimal): -2135721 or 5728735. OLE color: 5728735.

HSL color Cylindrical-coordinate representation of color #DF6957: hue angle of 7.94º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF6957 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22310587-
CMYK00.530.610.13
HSL7.94º68%60.78%-
HSV(B)7.94º60.99%87.45%-
XYZ37.226.4812.17-
YUV138.2399.09188.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.73%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 87 (34.38% from 255) = 20.96%
R=53.73%
G=25.30%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231058700.530.610.137.946860.78
HexDF69570353DD8443d
Octal33715112706575151010475
Binary11011111110100110101110110101111101110110001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6957; }

 p { color: rgb(223,105,87); }

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

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

 a { background-color: rgb(223,105,87); }

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

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

 span { border-color: rgb(223,105,87); }

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