#DA9F8A

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

Shades of Rose #DA9F8A

Tints of Rose #DA9F8A

Color information

#DA9F8A (or 0xDA9F8A) is unknown color: approx Rose. HEX triplet: DA, 9F and 8A. RGB value is (218,159,138). Sum of RGB (Red+Green+Blue) = 218+159+138=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9F8A is #256075. Grayscale: #AEAEAE. Windows color (decimal): -2449526 or 9084890. OLE color: 9084890.

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

Color convert

RGB218159138-
CMYK00.270.370.15
HSL15.75º51.95%69.8%-
HSV(B)15.75º36.7%85.49%-
XYZ45.941.5429.64-
YUV174.25107.55159.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=42.33%
G=30.87%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815913800.270.370.1515.7551.9569.8
HexDA9F8A01B25F103446
Octal33223721203345172064106
Binary1101101010011111100010100110111001011111100001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9F8A; }

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

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

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

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

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

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

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

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