#DF6145

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

Shades of Flamingo #DF6145

Tints of Flamingo #DF6145

Color information

#DF6145 (or 0xDF6145) is unknown color: approx Flamingo. HEX triplet: DF, 61 and 45. RGB value is (223,97,69). Sum of RGB (Red+Green+Blue) = 223+97+69=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6145 is #209EBA. Grayscale: #838383. Windows color (decimal): -2137787 or 4547039. OLE color: 4547039.

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

Color convert

RGB2239769-
CMYK00.570.690.13
HSL10.91º70.64%57.25%-
HSV(B)10.91º69.06%87.45%-
XYZ35.7824.678.51-
YUV131.4892.74193.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.33%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 69 (27.34% from 255) = 17.74%
R=57.33%
G=24.94%
B=17.74%

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
Decimal223976900.570.690.1310.9170.6457.25
HexDF614503945Db4739
Octal337141105071105151310771
Binary110111111100001100010101110011000101110110111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6145; }

 p { color: rgb(223,97,69); }

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

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

 a { background-color: rgb(223,97,69); }

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

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

 span { border-color: rgb(223,97,69); }

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