Shades of Rose #DAA893
Tints of Rose #DAA893
RGB
CMYK
RGB Variations
Color information
#DAA893 (or 0xDAA893) is known color: Rose. HEX triplet: DA, A8 and 93. RGB value is (218,168,147). Sum of RGB (Red+Green+Blue) = 218+168+147=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA893 is #25576C. Grayscale: #B4B4B4. Windows color (decimal): -2447213 or 9677018. OLE color: 9677018.
HSL color Cylindrical-coordinate representation of color #DAA893: hue angle of 17.75º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAA893 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 147 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.15 |
| HSL | 17.75º | 0.49% | 0.72% | - |
| HSV(B) | 17.75º | 0.33% | 0.85% | - |
| XYZ | 48.18 | 45.02 | 33.75 | - |
| YUV | 180.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 147 | 0 | 0.23 | 0.33 | 0.15 | 17.75 | 0.49 | 0.72 |
| Hex | DA | A8 | 93 | 0 | 17 | 21 | F | 12 | 31 | 48 |
| Octal | 332 | 250 | 223 | 0 | 27 | 41 | 17 | 22 | 61 | 110 |
| Binary | 11011010 | 10101000 | 10010011 | 0 | 10111 | 100001 | 1111 | 10010 | 110001 | 1001000 |
Color Harmonies of #DAA893
Complementary color
Monochromatic Colors of #DAA893
Black with #DAA893
Text Example
Text Example
White with #DAA893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA893; }
p { color: rgb(218,168,147); }
H1.HeaderClassName
{
color: #DAA893;
}
.AnyTagClassName
{
color: #DAA893;
}
</style>
background-color css
<style>
a { background-color: #DAA893; }
a { background-color: rgb(218,168,147); }
div.DivClassName
{
background-color: #DAA893;
}
.BgClassName
{
background-color: #DAA893;
}
</style>
border-color css
<style>
span { border-color: #DAA893; }
span { border-color: rgb(218,168,147); }
td.TdClassName
{
border-color: #DAA893;
}
.TagClassName
{
border-color: #DAA893;
}
</style>