#DA9F96

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

Shades of Rose #DA9F96

Tints of Rose #DA9F96

Color information

#DA9F96 (or 0xDA9F96) is unknown color: approx Rose. HEX triplet: DA, 9F and 96. RGB value is (218,159,150). Sum of RGB (Red+Green+Blue) = 218+159+150=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9F96 is #256069. Grayscale: #AFAFAF. Windows color (decimal): -2449514 or 9871322. OLE color: 9871322.

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

Color convert

RGB218159150-
CMYK00.270.310.15
HSL7.94º47.89%72.16%-
HSV(B)7.94º31.19%85.49%-
XYZ46.8241.934.47-
YUV175.61113.55158.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 150 (58.98% from 255) = 28.46%
R=41.37%
G=30.17%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815915000.270.310.157.9447.8972.16
HexDA9F9601B1FF83048
Octal33223722603337171060110
Binary11011010100111111001011001101111111111110001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9F96; }

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

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

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

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

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

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

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

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