Shades of Rose #DAAB9A
Tints of Rose #DAAB9A
RGB
CMYK
RGB Variations
Color information
#DAAB9A (or 0xDAAB9A) is known color: Rose. HEX triplet: DA, AB and 9A. RGB value is (218,171,154). Sum of RGB (Red+Green+Blue) = 218+171+154=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAB9A is #255465. Grayscale: #B7B7B7. Windows color (decimal): -2446438 or 10136538. OLE color: 10136538.
HSL color Cylindrical-coordinate representation of color #DAAB9A: hue angle of 15.94º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAAB9A is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 154 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.15 |
| HSL | 15.94º | 0.46% | 0.73% | - |
| HSV(B) | 15.94º | 0.29% | 0.85% | - |
| XYZ | 49.31 | 46.36 | 36.92 | - |
| YUV | 183.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 154 | 0 | 0.22 | 0.29 | 0.15 | 15.94 | 0.46 | 0.73 |
| Hex | DA | AB | 9A | 0 | 16 | 1D | F | 10 | 2E | 49 |
| Octal | 332 | 253 | 232 | 0 | 26 | 35 | 17 | 20 | 56 | 111 |
| Binary | 11011010 | 10101011 | 10011010 | 0 | 10110 | 11101 | 1111 | 10000 | 101110 | 1001001 |
Color Harmonies of #DAAB9A
Complementary color
Monochromatic Colors of #DAAB9A
Black with #DAAB9A
Text Example
Text Example
White with #DAAB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAB9A; }
p { color: rgb(218,171,154); }
H1.HeaderClassName
{
color: #DAAB9A;
}
.AnyTagClassName
{
color: #DAAB9A;
}
</style>
background-color css
<style>
a { background-color: #DAAB9A; }
a { background-color: rgb(218,171,154); }
div.DivClassName
{
background-color: #DAAB9A;
}
.BgClassName
{
background-color: #DAAB9A;
}
</style>
border-color css
<style>
span { border-color: #DAAB9A; }
span { border-color: rgb(218,171,154); }
td.TdClassName
{
border-color: #DAAB9A;
}
.TagClassName
{
border-color: #DAAB9A;
}
</style>