Shades of Rose #D5A28B
Tints of Rose #D5A28B
RGB
CMYK
RGB Variations
Color information
#D5A28B (or 0xD5A28B) is known color: Rose. HEX triplet: D5, A2 and 8B. RGB value is (213,162,139). Sum of RGB (Red+Green+Blue) = 213+162+139=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A28B is #2A5D74. Grayscale: #AEAEAE. Windows color (decimal): -2776437 or 9151189. OLE color: 9151189.
HSL color Cylindrical-coordinate representation of color #D5A28B: hue angle of 18.65º 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 #D5A28B is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 139 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.16 |
| HSL | 18.65º | 0.47% | 0.69% | - |
| HSV(B) | 18.65º | 0.35% | 0.84% | - |
| XYZ | 45.02 | 41.85 | 30.13 | - |
| YUV | 174.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 139 | 0 | 0.24 | 0.35 | 0.16 | 18.65 | 0.47 | 0.69 |
| Hex | D5 | A2 | 8B | 0 | 18 | 23 | 10 | 13 | 2F | 45 |
| Octal | 325 | 242 | 213 | 0 | 30 | 43 | 20 | 23 | 57 | 105 |
| Binary | 11010101 | 10100010 | 10001011 | 0 | 11000 | 100011 | 10000 | 10011 | 101111 | 1000101 |
Color Harmonies of #D5A28B
Complementary color
Monochromatic Colors of #D5A28B
Black with #D5A28B
Text Example
Text Example
White with #D5A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A28B; }
p { color: rgb(213,162,139); }
H1.HeaderClassName
{
color: #D5A28B;
}
.AnyTagClassName
{
color: #D5A28B;
}
</style>
background-color css
<style>
a { background-color: #D5A28B; }
a { background-color: rgb(213,162,139); }
div.DivClassName
{
background-color: #D5A28B;
}
.BgClassName
{
background-color: #D5A28B;
}
</style>
border-color css
<style>
span { border-color: #D5A28B; }
span { border-color: rgb(213,162,139); }
td.TdClassName
{
border-color: #D5A28B;
}
.TagClassName
{
border-color: #D5A28B;
}
</style>