Shades of Rose #D5A88F
Tints of Rose #D5A88F
RGB
CMYK
RGB Variations
Color information
#D5A88F (or 0xD5A88F) is known color: Rose. HEX triplet: D5, A8 and 8F. RGB value is (213,168,143). Sum of RGB (Red+Green+Blue) = 213+168+143=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A88F is #2A5770. Grayscale: #B2B2B2. Windows color (decimal): -2774897 or 9414869. OLE color: 9414869.
HSL color Cylindrical-coordinate representation of color #D5A88F: hue angle of 21.43º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5A88F is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 143 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.16 |
| HSL | 21.43º | 0.45% | 0.7% | - |
| HSV(B) | 21.43º | 0.33% | 0.84% | - |
| XYZ | 46.4 | 44.13 | 32.06 | - |
| YUV | 178.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 143 | 0 | 0.21 | 0.33 | 0.16 | 21.43 | 0.45 | 0.7 |
| Hex | D5 | A8 | 8F | 0 | 15 | 21 | 10 | 15 | 2D | 46 |
| Octal | 325 | 250 | 217 | 0 | 25 | 41 | 20 | 25 | 55 | 106 |
| Binary | 11010101 | 10101000 | 10001111 | 0 | 10101 | 100001 | 10000 | 10101 | 101101 | 1000110 |
Color Harmonies of #D5A88F
Complementary color
Monochromatic Colors of #D5A88F
Black with #D5A88F
Text Example
Text Example
White with #D5A88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A88F; }
p { color: rgb(213,168,143); }
H1.HeaderClassName
{
color: #D5A88F;
}
.AnyTagClassName
{
color: #D5A88F;
}
</style>
background-color css
<style>
a { background-color: #D5A88F; }
a { background-color: rgb(213,168,143); }
div.DivClassName
{
background-color: #D5A88F;
}
.BgClassName
{
background-color: #D5A88F;
}
</style>
border-color css
<style>
span { border-color: #D5A88F; }
span { border-color: rgb(213,168,143); }
td.TdClassName
{
border-color: #D5A88F;
}
.TagClassName
{
border-color: #D5A88F;
}
</style>