#DFA290

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

Shades of Tonys Pink #DFA290

Tints of Tonys Pink #DFA290

Color information

#DFA290 (or 0xDFA290) is unknown color: approx Tonys Pink. HEX triplet: DF, A2 and 90. RGB value is (223,162,144). Sum of RGB (Red+Green+Blue) = 223+162+144=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA290 is #205D6F. Grayscale: #B2B2B2. Windows color (decimal): -2121072 or 9478879. OLE color: 9478879.

HSL color Cylindrical-coordinate representation of color #DFA290: hue angle of 13.67º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFA290 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB223162144-
CMYK00.270.350.13
HSL13.67º55.24%71.96%-
HSV(B)13.67º35.43%87.45%-
XYZ48.3943.5432.24-
YUV178.19108.71159.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.16%
GREEN value IS 162 (63.67% from 255) = 30.62%
BLUE value IS 144 (56.64% from 255) = 27.22%
R=42.16%
G=30.62%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316214400.270.350.1313.6755.2471.96
HexDFA29001B23De3748
Octal33724222003343151667110
Binary110111111010001010010000011011100011110111101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA290; }

 p { color: rgb(223,162,144); }

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

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

 a { background-color: rgb(223,162,144); }

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

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

 span { border-color: rgb(223,162,144); }

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