Shades of Rose #DAA293
Tints of Rose #DAA293
RGB
CMYK
RGB Variations
Color information
#DAA293 (or 0xDAA293) is known color: Rose. HEX triplet: DA, A2 and 93. RGB value is (218,162,147). Sum of RGB (Red+Green+Blue) = 218+162+147=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA293 is #255D6C. Grayscale: #B1B1B1. Windows color (decimal): -2448749 or 9675482. OLE color: 9675482.
HSL color Cylindrical-coordinate representation of color #DAA293: hue angle of 12.68º 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 #DAA293 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 147 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.15 |
| HSL | 12.68º | 0.49% | 0.72% | - |
| HSV(B) | 12.68º | 0.33% | 0.85% | - |
| XYZ | 47.1 | 42.85 | 33.39 | - |
| YUV | 177.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 147 | 0 | 0.26 | 0.33 | 0.15 | 12.68 | 0.49 | 0.72 |
| Hex | DA | A2 | 93 | 0 | 1A | 21 | F | D | 31 | 48 |
| Octal | 332 | 242 | 223 | 0 | 32 | 41 | 17 | 15 | 61 | 110 |
| Binary | 11011010 | 10100010 | 10010011 | 0 | 11010 | 100001 | 1111 | 1101 | 110001 | 1001000 |
Color Harmonies of #DAA293
Complementary color
Monochromatic Colors of #DAA293
Black with #DAA293
Text Example
Text Example
White with #DAA293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA293; }
p { color: rgb(218,162,147); }
H1.HeaderClassName
{
color: #DAA293;
}
.AnyTagClassName
{
color: #DAA293;
}
</style>
background-color css
<style>
a { background-color: #DAA293; }
a { background-color: rgb(218,162,147); }
div.DivClassName
{
background-color: #DAA293;
}
.BgClassName
{
background-color: #DAA293;
}
</style>
border-color css
<style>
span { border-color: #DAA293; }
span { border-color: rgb(218,162,147); }
td.TdClassName
{
border-color: #DAA293;
}
.TagClassName
{
border-color: #DAA293;
}
</style>