Shades of Cameo #D4A57D
Tints of Cameo #D4A57D
RGB
CMYK
RGB Variations
Color information
#D4A57D (or 0xD4A57D) is known color: Cameo. HEX triplet: D4, A5 and 7D. RGB value is (212,165,125). Sum of RGB (Red+Green+Blue) = 212+165+125=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A57D is #2B5A82. Grayscale: #AEAEAE. Windows color (decimal): -2841219 or 8234452. OLE color: 8234452.
HSL color Cylindrical-coordinate representation of color #D4A57D: hue angle of 27.59º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D4A57D is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 125 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.17 |
| HSL | 27.59º | 0.5% | 0.66% | - |
| HSV(B) | 27.59º | 0.41% | 0.83% | - |
| XYZ | 44.31 | 42.39 | 25.25 | - |
| YUV | 174.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 125 | 0 | 0.22 | 0.41 | 0.17 | 27.59 | 0.5 | 0.66 |
| Hex | D4 | A5 | 7D | 0 | 16 | 29 | 11 | 1C | 32 | 42 |
| Octal | 324 | 245 | 175 | 0 | 26 | 51 | 21 | 34 | 62 | 102 |
| Binary | 11010100 | 10100101 | 1111101 | 0 | 10110 | 101001 | 10001 | 11100 | 110010 | 1000010 |
Color Harmonies of #D4A57D
Complementary color
Monochromatic Colors of #D4A57D
Black with #D4A57D
Text Example
Text Example
White with #D4A57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A57D; }
p { color: rgb(212,165,125); }
H1.HeaderClassName
{
color: #D4A57D;
}
.AnyTagClassName
{
color: #D4A57D;
}
</style>
background-color css
<style>
a { background-color: #D4A57D; }
a { background-color: rgb(212,165,125); }
div.DivClassName
{
background-color: #D4A57D;
}
.BgClassName
{
background-color: #D4A57D;
}
</style>
border-color css
<style>
span { border-color: #D4A57D; }
span { border-color: rgb(212,165,125); }
td.TdClassName
{
border-color: #D4A57D;
}
.TagClassName
{
border-color: #D4A57D;
}
</style>