#DF674E

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

Shades of Flamingo #DF674E

Tints of Flamingo #DF674E

Color information

#DF674E (or 0xDF674E) is unknown color: approx Flamingo. HEX triplet: DF, 67 and 4E. RGB value is (223,103,78). Sum of RGB (Red+Green+Blue) = 223+103+78=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF674E is #2098B1. Grayscale: #888888. Windows color (decimal): -2136242 or 5138399. OLE color: 5138399.

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

Color convert

RGB22310378-
CMYK00.540.650.13
HSL10.34º69.38%59.02%-
HSV(B)10.34º65.02%87.45%-
XYZ36.6625.9410.28-
YUV136.0395.26190.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.20%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 78 (30.86% from 255) = 19.31%
R=55.20%
G=25.50%
B=19.31%

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
Decimal2231037800.540.650.1310.3469.3859.02
HexDF674E03641Da453b
Octal337147116066101151210573
Binary110111111100111100111001101101000001110110101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF674E; }

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

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

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

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

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

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

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

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