#DF664E

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

Shades of Flamingo #DF664E

Tints of Flamingo #DF664E

Color information

#DF664E (or 0xDF664E) is unknown color: approx Flamingo. HEX triplet: DF, 66 and 4E. RGB value is (223,102,78). Sum of RGB (Red+Green+Blue) = 223+102+78=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF664E is #2099B1. Grayscale: #878787. Windows color (decimal): -2136498 or 5138143. OLE color: 5138143.

HSL color Cylindrical-coordinate representation of color #DF664E: hue angle of 9.93º degrees, saturation: 0.69, 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 #DF664E is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22310278-
CMYK00.540.650.13
HSL9.93º69.38%59.02%-
HSV(B)9.93º65.02%87.45%-
XYZ36.5625.7410.25-
YUV135.4495.59190.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.33%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 78 (30.86% from 255) = 19.35%
R=55.33%
G=25.31%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231027800.540.650.139.9369.3859.02
HexDF664E03641Da453b
Octal337146116066101151210573
Binary110111111100110100111001101101000001110110101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF664E; }

 p { color: rgb(223,102,78); }

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

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

 a { background-color: rgb(223,102,78); }

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

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

 span { border-color: rgb(223,102,78); }

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