Shades of Rose #DAAC9C
Tints of Rose #DAAC9C
RGB
CMYK
RGB Variations
Color information
#DAAC9C (or 0xDAAC9C) is known color: Rose. HEX triplet: DA, AC and 9C. RGB value is (218,172,156). Sum of RGB (Red+Green+Blue) = 218+172+156=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAC9C is #255363. Grayscale: #B8B8B8. Windows color (decimal): -2446180 or 10267866. OLE color: 10267866.
HSL color Cylindrical-coordinate representation of color #DAAC9C: hue angle of 15.48º 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 #DAAC9C is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 156 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.15 |
| HSL | 15.48º | 0.46% | 0.73% | - |
| HSV(B) | 15.48º | 0.28% | 0.85% | - |
| XYZ | 49.67 | 46.81 | 37.87 | - |
| YUV | 183.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 156 | 0 | 0.21 | 0.28 | 0.15 | 15.48 | 0.46 | 0.73 |
| Hex | DA | AC | 9C | 0 | 15 | 1C | F | F | 2E | 49 |
| Octal | 332 | 254 | 234 | 0 | 25 | 34 | 17 | 17 | 56 | 111 |
| Binary | 11011010 | 10101100 | 10011100 | 0 | 10101 | 11100 | 1111 | 1111 | 101110 | 1001001 |
Color Harmonies of #DAAC9C
Complementary color
Monochromatic Colors of #DAAC9C
Black with #DAAC9C
Text Example
Text Example
White with #DAAC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC9C; }
p { color: rgb(218,172,156); }
H1.HeaderClassName
{
color: #DAAC9C;
}
.AnyTagClassName
{
color: #DAAC9C;
}
</style>
background-color css
<style>
a { background-color: #DAAC9C; }
a { background-color: rgb(218,172,156); }
div.DivClassName
{
background-color: #DAAC9C;
}
.BgClassName
{
background-color: #DAAC9C;
}
</style>
border-color css
<style>
span { border-color: #DAAC9C; }
span { border-color: rgb(218,172,156); }
td.TdClassName
{
border-color: #DAAC9C;
}
.TagClassName
{
border-color: #DAAC9C;
}
</style>