#DF684B

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

Shades of Flamingo #DF684B

Tints of Flamingo #DF684B

Color information

#DF684B (or 0xDF684B) is unknown color: approx Flamingo. HEX triplet: DF, 68 and 4B. RGB value is (223,104,75). Sum of RGB (Red+Green+Blue) = 223+104+75=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF684B is #2097B4. Grayscale: #888888. Windows color (decimal): -2135989 or 4942047. OLE color: 4942047.

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

Color convert

RGB22310475-
CMYK00.530.660.13
HSL11.76º69.81%58.43%-
HSV(B)11.76º66.37%87.45%-
XYZ36.6526.19.76-
YUV136.2893.42189.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.47%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 75 (29.69% from 255) = 18.66%
R=55.47%
G=25.87%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231047500.530.660.1311.7669.8158.43
HexDF684B03542Dc463a
Octal337150113065102151410672
Binary110111111101000100101101101011000010110111001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF684B; }

 p { color: rgb(223,104,75); }

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

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

 a { background-color: rgb(223,104,75); }

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

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

 span { border-color: rgb(223,104,75); }

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