#DA8C79

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

Shades of My Pink #DA8C79

Tints of My Pink #DA8C79

Color information

#DA8C79 (or 0xDA8C79) is unknown color: approx My Pink. HEX triplet: DA, 8C and 79. RGB value is (218,140,121). Sum of RGB (Red+Green+Blue) = 218+140+121=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C79 is #257386. Grayscale: #A1A1A1. Windows color (decimal): -2454407 or 7965914. OLE color: 7965914.

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

Color convert

RGB218140121-
CMYK00.360.440.15
HSL11.75º56.73%66.47%-
HSV(B)11.75º44.5%85.49%-
XYZ41.7435.0422.65-
YUV161.16105.34168.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.51%
GREEN value IS 140 (55.08% from 255) = 29.23%
BLUE value IS 121 (47.66% from 255) = 25.26%
R=45.51%
G=29.23%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814012100.360.440.1511.7556.7366.47
HexDA8C790242CFc3942
Octal33221417104454171471102
Binary110110101000110011110010100100101100111111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8C79; }

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

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

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

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

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

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

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

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