#DD6045

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

Shades of Flamingo #DD6045

Tints of Flamingo #DD6045

Color information

#DD6045 (or 0xDD6045) is unknown color: approx Flamingo. HEX triplet: DD, 60 and 45. RGB value is (221,96,69). Sum of RGB (Red+Green+Blue) = 221+96+69=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6045 is #229FBA. Grayscale: #828282. Windows color (decimal): -2269115 or 4546781. OLE color: 4546781.

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

Color convert

RGB2219669-
CMYK00.570.690.13
HSL10.66º69.09%56.86%-
HSV(B)10.66º68.78%86.67%-
XYZ35.0824.178.45-
YUV130.393.41192.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.25%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 69 (27.34% from 255) = 17.88%
R=57.25%
G=24.87%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221966900.570.690.1310.6669.0956.86
HexDD604503945Db4539
Octal335140105071105151310571
Binary110111011100000100010101110011000101110110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6045; }

 p { color: rgb(221,96,69); }

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

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

 a { background-color: rgb(221,96,69); }

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

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

 span { border-color: rgb(221,96,69); }

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