#DFA58C

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

Shades of Tonys Pink #DFA58C

Tints of Tonys Pink #DFA58C

Color information

#DFA58C (or 0xDFA58C) is unknown color: approx Tonys Pink. HEX triplet: DF, A5 and 8C. RGB value is (223,165,140). Sum of RGB (Red+Green+Blue) = 223+165+140=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA58C is #205A73. Grayscale: #B3B3B3. Windows color (decimal): -2120308 or 9217503. OLE color: 9217503.

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

Color convert

RGB223165140-
CMYK00.260.370.13
HSL18.07º56.46%71.18%-
HSV(B)18.07º37.22%87.45%-
XYZ48.6244.4930.84-
YUV179.49105.72159.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.23%
GREEN value IS 165 (64.84% from 255) = 31.25%
BLUE value IS 140 (55.08% from 255) = 26.52%
R=42.23%
G=31.25%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316514000.260.370.1318.0756.4671.18
HexDFA58C01A25D123847
Octal33724521403245152270107
Binary1101111110100101100011000110101001011101100101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA58C; }

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

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

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

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

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

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

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

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