#DF8C7D

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

Shades of My Pink #DF8C7D

Tints of My Pink #DF8C7D

Color information

#DF8C7D (or 0xDF8C7D) is unknown color: approx My Pink. HEX triplet: DF, 8C and 7D. RGB value is (223,140,125). Sum of RGB (Red+Green+Blue) = 223+140+125=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8C7D is #207382. Grayscale: #A3A3A3. Windows color (decimal): -2126723 or 8228063. OLE color: 8228063.

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

Color convert

RGB223140125-
CMYK00.370.440.13
HSL9.18º60.49%68.24%-
HSV(B)9.18º43.95%87.45%-
XYZ43.5135.9224.04-
YUV163.11106.5170.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.70%
GREEN value IS 140 (55.08% from 255) = 28.69%
BLUE value IS 125 (49.22% from 255) = 25.61%
R=45.70%
G=28.69%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314012500.370.440.139.1860.4968.24
HexDF8C7D0252CD93c44
Octal33721417504554151174104
Binary110111111000110011111010100101101100110110011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8C7D; }

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

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

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

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

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

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

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

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