Shades of Rose #D5A38D
Tints of Rose #D5A38D
RGB
CMYK
RGB Variations
Color information
#D5A38D (or 0xD5A38D) is known color: Rose. HEX triplet: D5, A3 and 8D. RGB value is (213,163,141). Sum of RGB (Red+Green+Blue) = 213+163+141=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A38D is #2A5C72. Grayscale: #AFAFAF. Windows color (decimal): -2776179 or 9282517. OLE color: 9282517.
HSL color Cylindrical-coordinate representation of color #D5A38D: hue angle of 18.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A38D is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 141 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.16 |
| HSL | 18.33º | 0.46% | 0.69% | - |
| HSV(B) | 18.33º | 0.34% | 0.84% | - |
| XYZ | 45.35 | 42.26 | 30.97 | - |
| YUV | 175.44 | 108.57 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 141 | 0 | 0.23 | 0.34 | 0.16 | 18.33 | 0.46 | 0.69 |
| Hex | D5 | A3 | 8D | 0 | 17 | 22 | 10 | 12 | 2E | 45 |
| Octal | 325 | 243 | 215 | 0 | 27 | 42 | 20 | 22 | 56 | 105 |
| Binary | 11010101 | 10100011 | 10001101 | 0 | 10111 | 100010 | 10000 | 10010 | 101110 | 1000101 |
Color Harmonies of #D5A38D
Complementary color
Monochromatic Colors of #D5A38D
Black with #D5A38D
Text Example
Text Example
White with #D5A38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A38D; }
p { color: rgb(213,163,141); }
H1.HeaderClassName
{
color: #D5A38D;
}
.AnyTagClassName
{
color: #D5A38D;
}
</style>
background-color css
<style>
a { background-color: #D5A38D; }
a { background-color: rgb(213,163,141); }
div.DivClassName
{
background-color: #D5A38D;
}
.BgClassName
{
background-color: #D5A38D;
}
</style>
border-color css
<style>
span { border-color: #D5A38D; }
span { border-color: rgb(213,163,141); }
td.TdClassName
{
border-color: #D5A38D;
}
.TagClassName
{
border-color: #D5A38D;
}
</style>