#DF6A4B

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

Shades of Flamingo #DF6A4B

Tints of Flamingo #DF6A4B

Color information

#DF6A4B (or 0xDF6A4B) is unknown color: approx Flamingo. HEX triplet: DF, 6A and 4B. RGB value is (223,106,75). Sum of RGB (Red+Green+Blue) = 223+106+75=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6A4B is #2095B4. Grayscale: #898989. Windows color (decimal): -2135477 or 4942559. OLE color: 4942559.

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

Color convert

RGB22310675-
CMYK00.520.660.13
HSL12.57º69.81%58.43%-
HSV(B)12.57º66.37%87.45%-
XYZ36.8626.59.83-
YUV137.4592.76189.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.20%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 75 (29.69% from 255) = 18.56%
R=55.20%
G=26.24%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231067500.520.660.1312.5769.8158.43
HexDF6A4B03442Dd463a
Octal337152113064102151510672
Binary110111111101010100101101101001000010110111011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6A4B; }

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

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

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

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

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

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

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

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