#DF6C47

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

Shades of Flamingo #DF6C47

Tints of Flamingo #DF6C47

Color information

#DF6C47 (or 0xDF6C47) is unknown color: approx Flamingo. HEX triplet: DF, 6C and 47. RGB value is (223,108,71). Sum of RGB (Red+Green+Blue) = 223+108+71=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6C47 is #2093B8. Grayscale: #8A8A8A. Windows color (decimal): -2134969 or 4680927. OLE color: 4680927.

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

Color convert

RGB22310871-
CMYK00.520.680.13
HSL14.61º70.37%57.65%-
HSV(B)14.61º68.16%87.45%-
XYZ36.9326.879.2-
YUV138.1790.1188.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.47%
GREEN value IS 108 (42.58% from 255) = 26.87%
BLUE value IS 71 (28.12% from 255) = 17.66%
R=55.47%
G=26.87%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231087100.520.680.1314.6170.3757.65
HexDF6C4703444Df463a
Octal337154107064104151710672
Binary110111111101100100011101101001000100110111111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6C47; }

 p { color: rgb(223,108,71); }

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

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

 a { background-color: rgb(223,108,71); }

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

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

 span { border-color: rgb(223,108,71); }

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