#DD6452

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

Shades of Flamingo #DD6452

Tints of Flamingo #DD6452

Color information

#DD6452 (or 0xDD6452) is unknown color: approx Flamingo. HEX triplet: DD, 64 and 52. RGB value is (221,100,82). Sum of RGB (Red+Green+Blue) = 221+100+82=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6452 is #229BAD. Grayscale: #868686. Windows color (decimal): -2268078 or 5399773. OLE color: 5399773.

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

Color convert

RGB22110082-
CMYK00.550.630.13
HSL7.77º67.15%59.41%-
HSV(B)7.77º62.9%86.67%-
XYZ35.925.110.93-
YUV134.1398.59189.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.84%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 82 (32.42% from 255) = 20.35%
R=54.84%
G=24.81%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211008200.550.630.137.7767.1559.41
HexDD64520373FD8433b
Octal33514412206777151010373
Binary11011101110010010100100110111111111110110001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6452; }

 p { color: rgb(221,100,82); }

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

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

 a { background-color: rgb(221,100,82); }

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

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

 span { border-color: rgb(221,100,82); }

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