Shades of Cameo #D4A17D
Tints of Cameo #D4A17D
RGB
CMYK
RGB Variations
Color information
#D4A17D (or 0xD4A17D) is known color: Cameo. HEX triplet: D4, A1 and 7D. RGB value is (212,161,125). Sum of RGB (Red+Green+Blue) = 212+161+125=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A17D is #2B5E82. Grayscale: #ACACAC. Windows color (decimal): -2842243 or 8233428. OLE color: 8233428.
HSL color Cylindrical-coordinate representation of color #D4A17D: hue angle of 24.83º 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 #D4A17D is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 161 | 125 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.17 |
| HSL | 24.83º | 0.5% | 0.66% | - |
| HSV(B) | 24.83º | 0.41% | 0.83% | - |
| XYZ | 43.6 | 40.97 | 25.01 | - |
| YUV | 172.15 | 101.4 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 161 | 125 | 0 | 0.24 | 0.41 | 0.17 | 24.83 | 0.5 | 0.66 |
| Hex | D4 | A1 | 7D | 0 | 18 | 29 | 11 | 19 | 32 | 42 |
| Octal | 324 | 241 | 175 | 0 | 30 | 51 | 21 | 31 | 62 | 102 |
| Binary | 11010100 | 10100001 | 1111101 | 0 | 11000 | 101001 | 10001 | 11001 | 110010 | 1000010 |
Color Harmonies of #D4A17D
Complementary color
Monochromatic Colors of #D4A17D
Black with #D4A17D
Text Example
Text Example
White with #D4A17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A17D; }
p { color: rgb(212,161,125); }
H1.HeaderClassName
{
color: #D4A17D;
}
.AnyTagClassName
{
color: #D4A17D;
}
</style>
background-color css
<style>
a { background-color: #D4A17D; }
a { background-color: rgb(212,161,125); }
div.DivClassName
{
background-color: #D4A17D;
}
.BgClassName
{
background-color: #D4A17D;
}
</style>
border-color css
<style>
span { border-color: #D4A17D; }
span { border-color: rgb(212,161,125); }
td.TdClassName
{
border-color: #D4A17D;
}
.TagClassName
{
border-color: #D4A17D;
}
</style>