#DA9F8B

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

Shades of Rose #DA9F8B

Tints of Rose #DA9F8B

Color information

#DA9F8B (or 0xDA9F8B) is unknown color: approx Rose. HEX triplet: DA, 9F and 8B. RGB value is (218,159,139). Sum of RGB (Red+Green+Blue) = 218+159+139=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9F8B is #256074. Grayscale: #AEAEAE. Windows color (decimal): -2449525 or 9150426. OLE color: 9150426.

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

Color convert

RGB218159139-
CMYK00.270.360.15
HSL15.19º51.63%70%-
HSV(B)15.19º36.24%85.49%-
XYZ45.9741.5730.03-
YUV174.36108.05159.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 139 (54.69% from 255) = 26.94%
R=42.25%
G=30.81%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815913900.270.360.1515.1951.6370
HexDA9F8B01B24Ff3446
Octal33223721303344171764106
Binary110110101001111110001011011011100100111111111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9F8B; }

 p { color: rgb(218,159,139); }

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

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

 a { background-color: rgb(218,159,139); }

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

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

 span { border-color: rgb(218,159,139); }

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