Shades of Cameo #D5A67D
Tints of Cameo #D5A67D
RGB
CMYK
RGB Variations
Color information
#D5A67D (or 0xD5A67D) is known color: Cameo. HEX triplet: D5, A6 and 7D. RGB value is (213,166,125). Sum of RGB (Red+Green+Blue) = 213+166+125=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A67D is #2A5982. Grayscale: #AFAFAF. Windows color (decimal): -2775427 or 8234709. OLE color: 8234709.
HSL color Cylindrical-coordinate representation of color #D5A67D: hue angle of 27.95º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5A67D is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 166 | 125 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.16 |
| HSL | 27.95º | 0.51% | 0.66% | - |
| HSV(B) | 27.95º | 0.41% | 0.84% | - |
| XYZ | 44.78 | 42.9 | 25.32 | - |
| YUV | 175.38 | 99.57 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 125 | 0 | 0.22 | 0.41 | 0.16 | 27.95 | 0.51 | 0.66 |
| Hex | D5 | A6 | 7D | 0 | 16 | 29 | 10 | 1C | 33 | 42 |
| Octal | 325 | 246 | 175 | 0 | 26 | 51 | 20 | 34 | 63 | 102 |
| Binary | 11010101 | 10100110 | 1111101 | 0 | 10110 | 101001 | 10000 | 11100 | 110011 | 1000010 |
Color Harmonies of #D5A67D
Complementary color
Monochromatic Colors of #D5A67D
Black with #D5A67D
Text Example
Text Example
White with #D5A67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A67D; }
p { color: rgb(213,166,125); }
H1.HeaderClassName
{
color: #D5A67D;
}
.AnyTagClassName
{
color: #D5A67D;
}
</style>
background-color css
<style>
a { background-color: #D5A67D; }
a { background-color: rgb(213,166,125); }
div.DivClassName
{
background-color: #D5A67D;
}
.BgClassName
{
background-color: #D5A67D;
}
</style>
border-color css
<style>
span { border-color: #D5A67D; }
span { border-color: rgb(213,166,125); }
td.TdClassName
{
border-color: #D5A67D;
}
.TagClassName
{
border-color: #D5A67D;
}
</style>