Shades of Cameo #D0A78C
Tints of Cameo #D0A78C
RGB
CMYK
RGB Variations
Color information
#D0A78C (or 0xD0A78C) is known color: Cameo. HEX triplet: D0, A7 and 8C. RGB value is (208,167,140). Sum of RGB (Red+Green+Blue) = 208+167+140=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A78C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A78C is #2F5873. Grayscale: #B0B0B0. Windows color (decimal): -3102836 or 9218000. OLE color: 9218000.
HSL color Cylindrical-coordinate representation of color #D0A78C: hue angle of 23.82º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0A78C is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 140 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.18 |
| HSL | 23.82º | 0.42% | 0.68% | - |
| HSV(B) | 23.82º | 0.33% | 0.82% | - |
| XYZ | 44.56 | 42.94 | 30.75 | - |
| YUV | 176.18 | 107.58 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 140 | 0 | 0.20 | 0.33 | 0.18 | 23.82 | 0.42 | 0.68 |
| Hex | D0 | A7 | 8C | 0 | 14 | 21 | 12 | 18 | 2A | 44 |
| Octal | 320 | 247 | 214 | 0 | 24 | 41 | 22 | 30 | 52 | 104 |
| Binary | 11010000 | 10100111 | 10001100 | 0 | 10100 | 100001 | 10010 | 11000 | 101010 | 1000100 |
Color Harmonies of #D0A78C
Complementary color
Monochromatic Colors of #D0A78C
Black with #D0A78C
Text Example
Text Example
White with #D0A78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A78C; }
p { color: rgb(208,167,140); }
H1.HeaderClassName
{
color: #D0A78C;
}
.AnyTagClassName
{
color: #D0A78C;
}
</style>
background-color css
<style>
a { background-color: #D0A78C; }
a { background-color: rgb(208,167,140); }
div.DivClassName
{
background-color: #D0A78C;
}
.BgClassName
{
background-color: #D0A78C;
}
</style>
border-color css
<style>
span { border-color: #D0A78C; }
span { border-color: rgb(208,167,140); }
td.TdClassName
{
border-color: #D0A78C;
}
.TagClassName
{
border-color: #D0A78C;
}
</style>