#DA9E8D

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

Shades of Rose #DA9E8D

Tints of Rose #DA9E8D

Color information

#DA9E8D (or 0xDA9E8D) is unknown color: approx Rose. HEX triplet: DA, 9E and 8D. RGB value is (218,158,141). Sum of RGB (Red+Green+Blue) = 218+158+141=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9E8D is #256172. Grayscale: #AEAEAE. Windows color (decimal): -2449779 or 9281242. OLE color: 9281242.

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

Color convert

RGB218158141-
CMYK00.280.350.15
HSL13.25º50.99%70.39%-
HSV(B)13.25º35.32%85.49%-
XYZ45.9541.2830.75-
YUV174109.38159.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 141 (55.47% from 255) = 27.27%
R=42.17%
G=30.56%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815814100.280.350.1513.2550.9970.39
HexDA9E8D01C23Fd3346
Octal33223621503443171563106
Binary110110101001111010001101011100100011111111011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9E8D; }

 p { color: rgb(218,158,141); }

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

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

 a { background-color: rgb(218,158,141); }

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

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

 span { border-color: rgb(218,158,141); }

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