Shades of Cameo #D0A88F
Tints of Cameo #D0A88F
RGB
CMYK
RGB Variations
Color information
#D0A88F (or 0xD0A88F) is known color: Cameo. HEX triplet: D0, A8 and 8F. RGB value is (208,168,143). Sum of RGB (Red+Green+Blue) = 208+168+143=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A88F is #2F5770. Grayscale: #B1B1B1. Windows color (decimal): -3102577 or 9414864. OLE color: 9414864.
HSL color Cylindrical-coordinate representation of color #D0A88F: hue angle of 23.08º 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 #D0A88F is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 143 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.18 |
| HSL | 23.08º | 0.41% | 0.69% | - |
| HSV(B) | 23.08º | 0.31% | 0.82% | - |
| XYZ | 44.97 | 43.4 | 31.99 | - |
| YUV | 177.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 143 | 0 | 0.19 | 0.31 | 0.18 | 23.08 | 0.41 | 0.69 |
| Hex | D0 | A8 | 8F | 0 | 13 | 1F | 12 | 17 | 29 | 45 |
| Octal | 320 | 250 | 217 | 0 | 23 | 37 | 22 | 27 | 51 | 105 |
| Binary | 11010000 | 10101000 | 10001111 | 0 | 10011 | 11111 | 10010 | 10111 | 101001 | 1000101 |
Color Harmonies of #D0A88F
Complementary color
Monochromatic Colors of #D0A88F
Black with #D0A88F
Text Example
Text Example
White with #D0A88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A88F; }
p { color: rgb(208,168,143); }
H1.HeaderClassName
{
color: #D0A88F;
}
.AnyTagClassName
{
color: #D0A88F;
}
</style>
background-color css
<style>
a { background-color: #D0A88F; }
a { background-color: rgb(208,168,143); }
div.DivClassName
{
background-color: #D0A88F;
}
.BgClassName
{
background-color: #D0A88F;
}
</style>
border-color css
<style>
span { border-color: #D0A88F; }
span { border-color: rgb(208,168,143); }
td.TdClassName
{
border-color: #D0A88F;
}
.TagClassName
{
border-color: #D0A88F;
}
</style>