#DAAB95

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

Shades of Rose #DAAB95

Tints of Rose #DAAB95

Color information

#DAAB95 (or 0xDAAB95) is unknown color: approx Rose. HEX triplet: DA, AB and 95. RGB value is (218,171,149). Sum of RGB (Red+Green+Blue) = 218+171+149=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAB95 is #25546A. Grayscale: #B6B6B6. Windows color (decimal): -2446443 or 9808858. OLE color: 9808858.

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

Color convert

RGB218171149-
CMYK00.220.320.15
HSL19.13º48.25%71.96%-
HSV(B)19.13º31.65%85.49%-
XYZ48.946.234.77-
YUV182.54109.07153.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 149 (58.59% from 255) = 27.70%
R=40.52%
G=31.78%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817114900.220.320.1519.1348.2571.96
HexDAAB9501620F133048
Octal33225322502640172360110
Binary1101101010101011100101010101101000001111100111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAB95; }

 p { color: rgb(218,171,149); }

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

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

 a { background-color: rgb(218,171,149); }

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

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

 span { border-color: rgb(218,171,149); }

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