Shades of Cameo #D5A57B
Tints of Cameo #D5A57B
RGB
CMYK
RGB Variations
Color information
#D5A57B (or 0xD5A57B) is known color: Cameo. HEX triplet: D5, A5 and 7B. RGB value is (213,165,123). Sum of RGB (Red+Green+Blue) = 213+165+123=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A57B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A57B is #2A5A84. Grayscale: #AEAEAE. Windows color (decimal): -2775685 or 8103381. OLE color: 8103381.
HSL color Cylindrical-coordinate representation of color #D5A57B: hue angle of 28º 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 #D5A57B is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 123 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.16 |
| HSL | 28º | 0.52% | 0.66% | - |
| HSV(B) | 28º | 0.42% | 0.84% | - |
| XYZ | 44.47 | 42.49 | 24.6 | - |
| YUV | 174.56 | 98.9 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 123 | 0 | 0.23 | 0.42 | 0.16 | 28 | 0.52 | 0.66 |
| Hex | D5 | A5 | 7B | 0 | 17 | 2A | 10 | 1C | 34 | 42 |
| Octal | 325 | 245 | 173 | 0 | 27 | 52 | 20 | 34 | 64 | 102 |
| Binary | 11010101 | 10100101 | 1111011 | 0 | 10111 | 101010 | 10000 | 11100 | 110100 | 1000010 |
Color Harmonies of #D5A57B
Complementary color
Monochromatic Colors of #D5A57B
Black with #D5A57B
Text Example
Text Example
White with #D5A57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A57B; }
p { color: rgb(213,165,123); }
H1.HeaderClassName
{
color: #D5A57B;
}
.AnyTagClassName
{
color: #D5A57B;
}
</style>
background-color css
<style>
a { background-color: #D5A57B; }
a { background-color: rgb(213,165,123); }
div.DivClassName
{
background-color: #D5A57B;
}
.BgClassName
{
background-color: #D5A57B;
}
</style>
border-color css
<style>
span { border-color: #D5A57B; }
span { border-color: rgb(213,165,123); }
td.TdClassName
{
border-color: #D5A57B;
}
.TagClassName
{
border-color: #D5A57B;
}
</style>