Shades of Rose #D5A48F
Tints of Rose #D5A48F
RGB
CMYK
RGB Variations
Color information
#D5A48F (or 0xD5A48F) is known color: Rose. HEX triplet: D5, A4 and 8F. RGB value is (213,164,143). Sum of RGB (Red+Green+Blue) = 213+164+143=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A48F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A48F is #2A5B70. Grayscale: #B0B0B0. Windows color (decimal): -2775921 or 9413845. OLE color: 9413845.
HSL color Cylindrical-coordinate representation of color #D5A48F: hue angle of 18º 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 #D5A48F is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 143 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.16 |
| HSL | 18º | 0.45% | 0.7% | - |
| HSV(B) | 18º | 0.33% | 0.84% | - |
| XYZ | 45.67 | 42.68 | 31.82 | - |
| YUV | 176.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 143 | 0 | 0.23 | 0.33 | 0.16 | 18 | 0.45 | 0.7 |
| Hex | D5 | A4 | 8F | 0 | 17 | 21 | 10 | 12 | 2D | 46 |
| Octal | 325 | 244 | 217 | 0 | 27 | 41 | 20 | 22 | 55 | 106 |
| Binary | 11010101 | 10100100 | 10001111 | 0 | 10111 | 100001 | 10000 | 10010 | 101101 | 1000110 |
Color Harmonies of #D5A48F
Complementary color
Monochromatic Colors of #D5A48F
Black with #D5A48F
Text Example
Text Example
White with #D5A48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A48F; }
p { color: rgb(213,164,143); }
H1.HeaderClassName
{
color: #D5A48F;
}
.AnyTagClassName
{
color: #D5A48F;
}
</style>
background-color css
<style>
a { background-color: #D5A48F; }
a { background-color: rgb(213,164,143); }
div.DivClassName
{
background-color: #D5A48F;
}
.BgClassName
{
background-color: #D5A48F;
}
</style>
border-color css
<style>
span { border-color: #D5A48F; }
span { border-color: rgb(213,164,143); }
td.TdClassName
{
border-color: #D5A48F;
}
.TagClassName
{
border-color: #D5A48F;
}
</style>