#DFA38D

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

Shades of Tonys Pink #DFA38D

Tints of Tonys Pink #DFA38D

Color information

#DFA38D (or 0xDFA38D) is unknown color: approx Tonys Pink. HEX triplet: DF, A3 and 8D. RGB value is (223,163,141). Sum of RGB (Red+Green+Blue) = 223+163+141=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA38D is #205C72. Grayscale: #B2B2B2. Windows color (decimal): -2120819 or 9282527. OLE color: 9282527.

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

Color convert

RGB223163141-
CMYK00.270.370.13
HSL16.1º56.16%71.37%-
HSV(B)16.1º36.77%87.45%-
XYZ48.3443.8131.11-
YUV178.43106.88159.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.31%
GREEN value IS 163 (64.06% from 255) = 30.93%
BLUE value IS 141 (55.47% from 255) = 26.76%
R=42.31%
G=30.93%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316314100.270.370.1316.156.1671.37
HexDFA38D01B25D103847
Octal33724321503345152070107
Binary1101111110100011100011010110111001011101100001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA38D; }

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

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

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

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

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

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

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

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