Shades of Rose #D3A58F
Tints of Rose #D3A58F
RGB
CMYK
RGB Variations
Color information
#D3A58F (or 0xD3A58F) is known color: Rose. HEX triplet: D3, A5 and 8F. RGB value is (211,165,143). Sum of RGB (Red+Green+Blue) = 211+165+143=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A58F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A58F is #2C5A70. Grayscale: #B0B0B0. Windows color (decimal): -2906737 or 9414099. OLE color: 9414099.
HSL color Cylindrical-coordinate representation of color #D3A58F: hue angle of 19.41º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3A58F is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 165 | 143 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.17 |
| HSL | 19.41º | 0.44% | 0.69% | - |
| HSV(B) | 19.41º | 0.32% | 0.83% | - |
| XYZ | 45.28 | 42.74 | 31.85 | - |
| YUV | 176.25 | 109.24 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 165 | 143 | 0 | 0.22 | 0.32 | 0.17 | 19.41 | 0.44 | 0.69 |
| Hex | D3 | A5 | 8F | 0 | 16 | 20 | 11 | 13 | 2C | 45 |
| Octal | 323 | 245 | 217 | 0 | 26 | 40 | 21 | 23 | 54 | 105 |
| Binary | 11010011 | 10100101 | 10001111 | 0 | 10110 | 100000 | 10001 | 10011 | 101100 | 1000101 |
Color Harmonies of #D3A58F
Complementary color
Monochromatic Colors of #D3A58F
Black with #D3A58F
Text Example
Text Example
White with #D3A58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A58F; }
p { color: rgb(211,165,143); }
H1.HeaderClassName
{
color: #D3A58F;
}
.AnyTagClassName
{
color: #D3A58F;
}
</style>
background-color css
<style>
a { background-color: #D3A58F; }
a { background-color: rgb(211,165,143); }
div.DivClassName
{
background-color: #D3A58F;
}
.BgClassName
{
background-color: #D3A58F;
}
</style>
border-color css
<style>
span { border-color: #D3A58F; }
span { border-color: rgb(211,165,143); }
td.TdClassName
{
border-color: #D3A58F;
}
.TagClassName
{
border-color: #D3A58F;
}
</style>