#DFA38E

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

Shades of Tonys Pink #DFA38E

Tints of Tonys Pink #DFA38E

Color information

#DFA38E (or 0xDFA38E) is unknown color: approx Tonys Pink. HEX triplet: DF, A3 and 8E. RGB value is (223,163,142). Sum of RGB (Red+Green+Blue) = 223+163+142=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA38E is #205C71. Grayscale: #B2B2B2. Windows color (decimal): -2120818 or 9348063. OLE color: 9348063.

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

Color convert

RGB223163142-
CMYK00.270.360.13
HSL15.56º55.86%71.57%-
HSV(B)15.56º36.32%87.45%-
XYZ48.4143.8431.5-
YUV178.55107.38159.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.23%
GREEN value IS 163 (64.06% from 255) = 30.87%
BLUE value IS 142 (55.86% from 255) = 26.89%
R=42.23%
G=30.87%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316314200.270.360.1315.5655.8671.57
HexDFA38E01B24D103848
Octal33724321603344152070110
Binary1101111110100011100011100110111001001101100001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA38E; }

 p { color: rgb(223,163,142); }

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

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

 a { background-color: rgb(223,163,142); }

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

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

 span { border-color: rgb(223,163,142); }

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