Shades of Rose #D0A68F
Tints of Rose #D0A68F
RGB
CMYK
RGB Variations
Color information
#D0A68F (or 0xD0A68F) is known color: Rose. HEX triplet: D0, A6 and 8F. RGB value is (208,166,143). Sum of RGB (Red+Green+Blue) = 208+166+143=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A68F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A68F is #2F5970. Grayscale: #B0B0B0. Windows color (decimal): -3103089 or 9414352. OLE color: 9414352.
HSL color Cylindrical-coordinate representation of color #D0A68F: hue angle of 21.23º 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 #D0A68F is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 143 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.18 |
| HSL | 21.23º | 0.41% | 0.69% | - |
| HSV(B) | 21.23º | 0.31% | 0.82% | - |
| XYZ | 44.61 | 42.67 | 31.87 | - |
| YUV | 175.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 143 | 0 | 0.20 | 0.31 | 0.18 | 21.23 | 0.41 | 0.69 |
| Hex | D0 | A6 | 8F | 0 | 14 | 1F | 12 | 15 | 29 | 45 |
| Octal | 320 | 246 | 217 | 0 | 24 | 37 | 22 | 25 | 51 | 105 |
| Binary | 11010000 | 10100110 | 10001111 | 0 | 10100 | 11111 | 10010 | 10101 | 101001 | 1000101 |
Color Harmonies of #D0A68F
Complementary color
Monochromatic Colors of #D0A68F
Black with #D0A68F
Text Example
Text Example
White with #D0A68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A68F; }
p { color: rgb(208,166,143); }
H1.HeaderClassName
{
color: #D0A68F;
}
.AnyTagClassName
{
color: #D0A68F;
}
</style>
background-color css
<style>
a { background-color: #D0A68F; }
a { background-color: rgb(208,166,143); }
div.DivClassName
{
background-color: #D0A68F;
}
.BgClassName
{
background-color: #D0A68F;
}
</style>
border-color css
<style>
span { border-color: #D0A68F; }
span { border-color: rgb(208,166,143); }
td.TdClassName
{
border-color: #D0A68F;
}
.TagClassName
{
border-color: #D0A68F;
}
</style>