Shades of Rose #DAAB9C
Tints of Rose #DAAB9C
RGB
CMYK
RGB Variations
Color information
#DAAB9C (or 0xDAAB9C) is known color: Rose. HEX triplet: DA, AB and 9C. RGB value is (218,171,156). Sum of RGB (Red+Green+Blue) = 218+171+156=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAB9C is #255463. Grayscale: #B7B7B7. Windows color (decimal): -2446436 or 10267610. OLE color: 10267610.
HSL color Cylindrical-coordinate representation of color #DAAB9C: hue angle of 14.52º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAAB9C is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 156 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.15 |
| HSL | 14.52º | 0.46% | 0.73% | - |
| HSV(B) | 14.52º | 0.28% | 0.85% | - |
| XYZ | 49.48 | 46.43 | 37.81 | - |
| YUV | 183.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 156 | 0 | 0.22 | 0.28 | 0.15 | 14.52 | 0.46 | 0.73 |
| Hex | DA | AB | 9C | 0 | 16 | 1C | F | F | 2E | 49 |
| Octal | 332 | 253 | 234 | 0 | 26 | 34 | 17 | 17 | 56 | 111 |
| Binary | 11011010 | 10101011 | 10011100 | 0 | 10110 | 11100 | 1111 | 1111 | 101110 | 1001001 |
Color Harmonies of #DAAB9C
Complementary color
Monochromatic Colors of #DAAB9C
Black with #DAAB9C
Text Example
Text Example
White with #DAAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAB9C; }
p { color: rgb(218,171,156); }
H1.HeaderClassName
{
color: #DAAB9C;
}
.AnyTagClassName
{
color: #DAAB9C;
}
</style>
background-color css
<style>
a { background-color: #DAAB9C; }
a { background-color: rgb(218,171,156); }
div.DivClassName
{
background-color: #DAAB9C;
}
.BgClassName
{
background-color: #DAAB9C;
}
</style>
border-color css
<style>
span { border-color: #DAAB9C; }
span { border-color: rgb(218,171,156); }
td.TdClassName
{
border-color: #DAAB9C;
}
.TagClassName
{
border-color: #DAAB9C;
}
</style>