Shades of Rose #D0A58F
Tints of Rose #D0A58F
RGB
CMYK
RGB Variations
Color information
#D0A58F (or 0xD0A58F) is known color: Rose. HEX triplet: D0, A5 and 8F. RGB value is (208,165,143). Sum of RGB (Red+Green+Blue) = 208+165+143=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A58F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A58F is #2F5A70. Grayscale: #AFAFAF. Windows color (decimal): -3103345 or 9414096. OLE color: 9414096.
HSL color Cylindrical-coordinate representation of color #D0A58F: hue angle of 20.31º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0A58F is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 165 | 143 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.18 |
| HSL | 20.31º | 0.41% | 0.69% | - |
| HSV(B) | 20.31º | 0.31% | 0.82% | - |
| XYZ | 44.43 | 42.3 | 31.81 | - |
| YUV | 175.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 143 | 0 | 0.21 | 0.31 | 0.18 | 20.31 | 0.41 | 0.69 |
| Hex | D0 | A5 | 8F | 0 | 15 | 1F | 12 | 14 | 29 | 45 |
| Octal | 320 | 245 | 217 | 0 | 25 | 37 | 22 | 24 | 51 | 105 |
| Binary | 11010000 | 10100101 | 10001111 | 0 | 10101 | 11111 | 10010 | 10100 | 101001 | 1000101 |
Color Harmonies of #D0A58F
Complementary color
Monochromatic Colors of #D0A58F
Black with #D0A58F
Text Example
Text Example
White with #D0A58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A58F; }
p { color: rgb(208,165,143); }
H1.HeaderClassName
{
color: #D0A58F;
}
.AnyTagClassName
{
color: #D0A58F;
}
</style>
background-color css
<style>
a { background-color: #D0A58F; }
a { background-color: rgb(208,165,143); }
div.DivClassName
{
background-color: #D0A58F;
}
.BgClassName
{
background-color: #D0A58F;
}
</style>
border-color css
<style>
span { border-color: #D0A58F; }
span { border-color: rgb(208,165,143); }
td.TdClassName
{
border-color: #D0A58F;
}
.TagClassName
{
border-color: #D0A58F;
}
</style>