Shades of Rose #DAA78F
Tints of Rose #DAA78F
RGB
CMYK
RGB Variations
Color information
#DAA78F (or 0xDAA78F) is known color: Rose. HEX triplet: DA, A7 and 8F. RGB value is (218,167,143). Sum of RGB (Red+Green+Blue) = 218+167+143=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA78F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA78F is #255870. Grayscale: #B3B3B3. Windows color (decimal): -2447473 or 9414618. OLE color: 9414618.
HSL color Cylindrical-coordinate representation of color #DAA78F: hue angle of 19.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAA78F is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 143 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.15 |
| HSL | 19.2º | 0.5% | 0.71% | - |
| HSV(B) | 19.2º | 0.34% | 0.85% | - |
| XYZ | 47.69 | 44.53 | 32.07 | - |
| YUV | 179.51 | 107.4 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 143 | 0 | 0.23 | 0.34 | 0.15 | 19.2 | 0.5 | 0.71 |
| Hex | DA | A7 | 8F | 0 | 17 | 22 | F | 13 | 32 | 47 |
| Octal | 332 | 247 | 217 | 0 | 27 | 42 | 17 | 23 | 62 | 107 |
| Binary | 11011010 | 10100111 | 10001111 | 0 | 10111 | 100010 | 1111 | 10011 | 110010 | 1000111 |
Color Harmonies of #DAA78F
Complementary color
Monochromatic Colors of #DAA78F
Black with #DAA78F
Text Example
Text Example
White with #DAA78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA78F; }
p { color: rgb(218,167,143); }
H1.HeaderClassName
{
color: #DAA78F;
}
.AnyTagClassName
{
color: #DAA78F;
}
</style>
background-color css
<style>
a { background-color: #DAA78F; }
a { background-color: rgb(218,167,143); }
div.DivClassName
{
background-color: #DAA78F;
}
.BgClassName
{
background-color: #DAA78F;
}
</style>
border-color css
<style>
span { border-color: #DAA78F; }
span { border-color: rgb(218,167,143); }
td.TdClassName
{
border-color: #DAA78F;
}
.TagClassName
{
border-color: #DAA78F;
}
</style>