#DA8C7F

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

Shades of My Pink #DA8C7F

Tints of My Pink #DA8C7F

Color information

#DA8C7F (or 0xDA8C7F) is unknown color: approx My Pink. HEX triplet: DA, 8C and 7F. RGB value is (218,140,127). Sum of RGB (Red+Green+Blue) = 218+140+127=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C7F is #257380. Grayscale: #A1A1A1. Windows color (decimal): -2454401 or 8359130. OLE color: 8359130.

HSL color Cylindrical-coordinate representation of color #DA8C7F: hue angle of 8.57º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA8C7F is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB218140127-
CMYK00.360.420.15
HSL8.57º55.15%67.65%-
HSV(B)8.57º41.74%85.49%-
XYZ42.1235.1924.65-
YUV161.84108.34168.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 140 (55.08% from 255) = 28.87%
BLUE value IS 127 (50% from 255) = 26.19%
R=44.95%
G=28.87%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814012700.360.420.158.5755.1567.65
HexDA8C7F0242AF93744
Octal33221417704452171167104
Binary110110101000110011111110100100101010111110011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8C7F; }

 p { color: rgb(218,140,127); }

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

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

 a { background-color: rgb(218,140,127); }

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

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

 span { border-color: rgb(218,140,127); }

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