#DD6A52

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

Shades of Flamingo #DD6A52

Tints of Flamingo #DD6A52

Color information

#DD6A52 (or 0xDD6A52) is unknown color: approx Flamingo. HEX triplet: DD, 6A and 52. RGB value is (221,106,82). Sum of RGB (Red+Green+Blue) = 221+106+82=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A52 is #2295AD. Grayscale: #898989. Windows color (decimal): -2266542 or 5401309. OLE color: 5401309.

HSL color Cylindrical-coordinate representation of color #DD6A52: hue angle of 10.36º 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 #DD6A52 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB22110682-
CMYK00.520.630.13
HSL10.36º67.15%59.41%-
HSV(B)10.36º62.9%86.67%-
XYZ36.526.2911.13-
YUV137.6596.6187.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.03%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 82 (32.42% from 255) = 20.05%
R=54.03%
G=25.92%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211068200.520.630.1310.3667.1559.41
HexDD6A520343FDa433b
Octal33515212206477151210373
Binary11011101110101010100100110100111111110110101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6A52; }

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

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

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

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

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

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

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

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