#DF8C7C

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

Shades of My Pink #DF8C7C

Tints of My Pink #DF8C7C

Color information

#DF8C7C (or 0xDF8C7C) is unknown color: approx My Pink. HEX triplet: DF, 8C and 7C. RGB value is (223,140,124). Sum of RGB (Red+Green+Blue) = 223+140+124=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8C7C is #207383. Grayscale: #A3A3A3. Windows color (decimal): -2126724 or 8162527. OLE color: 8162527.

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

Color convert

RGB223140124-
CMYK00.370.440.13
HSL9.7º60.74%68.04%-
HSV(B)9.7º44.39%87.45%-
XYZ43.4535.923.71-
YUV162.99106170.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.79%
GREEN value IS 140 (55.08% from 255) = 28.75%
BLUE value IS 124 (48.83% from 255) = 25.46%
R=45.79%
G=28.75%
B=25.46%

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
Decimal22314012400.370.440.139.760.7468.04
HexDF8C7C0252CDa3d44
Octal33721417404554151275104
Binary110111111000110011111000100101101100110110101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8C7C; }

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

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

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

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

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

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

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

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