Shades of Rose #D5A38B
Tints of Rose #D5A38B
RGB
CMYK
RGB Variations
Color information
#D5A38B (or 0xD5A38B) is known color: Rose. HEX triplet: D5, A3 and 8B. RGB value is (213,163,139). Sum of RGB (Red+Green+Blue) = 213+163+139=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A38B is #2A5C74. Grayscale: #AFAFAF. Windows color (decimal): -2776181 or 9151445. OLE color: 9151445.
HSL color Cylindrical-coordinate representation of color #D5A38B: hue angle of 19.46º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5A38B is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 139 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.16 |
| HSL | 19.46º | 0.47% | 0.69% | - |
| HSV(B) | 19.46º | 0.35% | 0.84% | - |
| XYZ | 45.2 | 42.2 | 30.19 | - |
| YUV | 175.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 139 | 0 | 0.23 | 0.35 | 0.16 | 19.46 | 0.47 | 0.69 |
| Hex | D5 | A3 | 8B | 0 | 17 | 23 | 10 | 13 | 2F | 45 |
| Octal | 325 | 243 | 213 | 0 | 27 | 43 | 20 | 23 | 57 | 105 |
| Binary | 11010101 | 10100011 | 10001011 | 0 | 10111 | 100011 | 10000 | 10011 | 101111 | 1000101 |
Color Harmonies of #D5A38B
Complementary color
Monochromatic Colors of #D5A38B
Black with #D5A38B
Text Example
Text Example
White with #D5A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A38B; }
p { color: rgb(213,163,139); }
H1.HeaderClassName
{
color: #D5A38B;
}
.AnyTagClassName
{
color: #D5A38B;
}
</style>
background-color css
<style>
a { background-color: #D5A38B; }
a { background-color: rgb(213,163,139); }
div.DivClassName
{
background-color: #D5A38B;
}
.BgClassName
{
background-color: #D5A38B;
}
</style>
border-color css
<style>
span { border-color: #D5A38B; }
span { border-color: rgb(213,163,139); }
td.TdClassName
{
border-color: #D5A38B;
}
.TagClassName
{
border-color: #D5A38B;
}
</style>