Shades of Cameo #D5A77B
Tints of Cameo #D5A77B
RGB
CMYK
RGB Variations
Color information
#D5A77B (or 0xD5A77B) is known color: Cameo. HEX triplet: D5, A7 and 7B. RGB value is (213,167,123). Sum of RGB (Red+Green+Blue) = 213+167+123=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A77B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A77B is #2A5884. Grayscale: #AFAFAF. Windows color (decimal): -2775173 or 8103893. OLE color: 8103893.
HSL color Cylindrical-coordinate representation of color #D5A77B: hue angle of 29.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5A77B is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 167 | 123 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.16 |
| HSL | 29.33º | 0.52% | 0.66% | - |
| HSV(B) | 29.33º | 0.42% | 0.84% | - |
| XYZ | 44.83 | 43.21 | 24.72 | - |
| YUV | 175.74 | 98.24 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 167 | 123 | 0 | 0.22 | 0.42 | 0.16 | 29.33 | 0.52 | 0.66 |
| Hex | D5 | A7 | 7B | 0 | 16 | 2A | 10 | 1D | 34 | 42 |
| Octal | 325 | 247 | 173 | 0 | 26 | 52 | 20 | 35 | 64 | 102 |
| Binary | 11010101 | 10100111 | 1111011 | 0 | 10110 | 101010 | 10000 | 11101 | 110100 | 1000010 |
Color Harmonies of #D5A77B
Complementary color
Monochromatic Colors of #D5A77B
Black with #D5A77B
Text Example
Text Example
White with #D5A77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A77B; }
p { color: rgb(213,167,123); }
H1.HeaderClassName
{
color: #D5A77B;
}
.AnyTagClassName
{
color: #D5A77B;
}
</style>
background-color css
<style>
a { background-color: #D5A77B; }
a { background-color: rgb(213,167,123); }
div.DivClassName
{
background-color: #D5A77B;
}
.BgClassName
{
background-color: #D5A77B;
}
</style>
border-color css
<style>
span { border-color: #D5A77B; }
span { border-color: rgb(213,167,123); }
td.TdClassName
{
border-color: #D5A77B;
}
.TagClassName
{
border-color: #D5A77B;
}
</style>