#DFA08C

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

Shades of Tonys Pink #DFA08C

Tints of Tonys Pink #DFA08C

Color information

#DFA08C (or 0xDFA08C) is unknown color: approx Tonys Pink. HEX triplet: DF, A0 and 8C. RGB value is (223,160,140). Sum of RGB (Red+Green+Blue) = 223+160+140=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA08C is #205F73. Grayscale: #B0B0B0. Windows color (decimal): -2121588 or 9216223. OLE color: 9216223.

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

Color convert

RGB223160140-
CMYK00.280.370.13
HSL14.46º56.46%71.18%-
HSV(B)14.46º37.22%87.45%-
XYZ47.7442.7230.54-
YUV176.56107.37161.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.64%
GREEN value IS 160 (62.89% from 255) = 30.59%
BLUE value IS 140 (55.08% from 255) = 26.77%
R=42.64%
G=30.59%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316014000.280.370.1314.4656.4671.18
HexDFA08C01C25De3847
Octal33724021403445151670107
Binary110111111010000010001100011100100101110111101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA08C; }

 p { color: rgb(223,160,140); }

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

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

 a { background-color: rgb(223,160,140); }

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

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

 span { border-color: rgb(223,160,140); }

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