#df6342

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

Shades of Flamingo #DF6342

Tints of Flamingo #DF6342

Color information

#DF6342 (or 0xDF6342) is unknown color: approx Flamingo. HEX triplet: DF, 63 and 42. RGB value is (223,99,66). Sum of RGB (Red+Green+Blue) = 223+99+66=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6342 is #209CBD. Grayscale: #848484. Windows color (decimal): -2137278 or 4350943. OLE color: 4350943.

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

Color convert

RGB2239966-
CMYK00.560.700.13
HSL12.61º71.04%56.67%-
HSV(B)12.61º70.4%87.45%-
XYZ35.8825.018.09-
YUV132.3190.58192.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.47%
GREEN value IS 99 (39.06% from 255) = 25.52%
BLUE value IS 66 (26.17% from 255) = 17.01%
R=57.47%
G=25.52%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223996600.560.700.1312.6171.0456.67
HexDF634203846Dd4739
Octal337143102070106151510771
Binary110111111100011100001001110001000110110111011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df6342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df6342; }

 p { color: rgb(223,99,66); }

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

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

 a { background-color: rgb(223,99,66); }

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

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

 span { border-color: rgb(223,99,66); }

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