Shades of Cameo #D3A78C
Tints of Cameo #D3A78C
RGB
CMYK
RGB Variations
Color information
#D3A78C (or 0xD3A78C) is known color: Cameo. HEX triplet: D3, A7 and 8C. RGB value is (211,167,140). Sum of RGB (Red+Green+Blue) = 211+167+140=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A78C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A78C is #2C5873. Grayscale: #B1B1B1. Windows color (decimal): -2906228 or 9218003. OLE color: 9218003.
HSL color Cylindrical-coordinate representation of color #D3A78C: hue angle of 22.82º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3A78C is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 167 | 140 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.17 |
| HSL | 22.82º | 0.45% | 0.69% | - |
| HSV(B) | 22.82º | 0.34% | 0.83% | - |
| XYZ | 45.42 | 43.38 | 30.79 | - |
| YUV | 177.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 167 | 140 | 0 | 0.21 | 0.34 | 0.17 | 22.82 | 0.45 | 0.69 |
| Hex | D3 | A7 | 8C | 0 | 15 | 22 | 11 | 17 | 2D | 45 |
| Octal | 323 | 247 | 214 | 0 | 25 | 42 | 21 | 27 | 55 | 105 |
| Binary | 11010011 | 10100111 | 10001100 | 0 | 10101 | 100010 | 10001 | 10111 | 101101 | 1000101 |
Color Harmonies of #D3A78C
Complementary color
Monochromatic Colors of #D3A78C
Black with #D3A78C
Text Example
Text Example
White with #D3A78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A78C; }
p { color: rgb(211,167,140); }
H1.HeaderClassName
{
color: #D3A78C;
}
.AnyTagClassName
{
color: #D3A78C;
}
</style>
background-color css
<style>
a { background-color: #D3A78C; }
a { background-color: rgb(211,167,140); }
div.DivClassName
{
background-color: #D3A78C;
}
.BgClassName
{
background-color: #D3A78C;
}
</style>
border-color css
<style>
span { border-color: #D3A78C; }
span { border-color: rgb(211,167,140); }
td.TdClassName
{
border-color: #D3A78C;
}
.TagClassName
{
border-color: #D3A78C;
}
</style>