Shades of Cameo #D4A27D
Tints of Cameo #D4A27D
RGB
CMYK
RGB Variations
Color information
#D4A27D (or 0xD4A27D) is known color: Cameo. HEX triplet: D4, A2 and 7D. RGB value is (212,162,125). Sum of RGB (Red+Green+Blue) = 212+162+125=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A27D is #2B5D82. Grayscale: #ACACAC. Windows color (decimal): -2841987 or 8233684. OLE color: 8233684.
HSL color Cylindrical-coordinate representation of color #D4A27D: hue angle of 25.52º 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 #D4A27D is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 125 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.17 |
| HSL | 25.52º | 0.5% | 0.66% | - |
| HSV(B) | 25.52º | 0.41% | 0.83% | - |
| XYZ | 43.77 | 41.32 | 25.07 | - |
| YUV | 172.73 | 101.07 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 125 | 0 | 0.24 | 0.41 | 0.17 | 25.52 | 0.5 | 0.66 |
| Hex | D4 | A2 | 7D | 0 | 18 | 29 | 11 | 1A | 32 | 42 |
| Octal | 324 | 242 | 175 | 0 | 30 | 51 | 21 | 32 | 62 | 102 |
| Binary | 11010100 | 10100010 | 1111101 | 0 | 11000 | 101001 | 10001 | 11010 | 110010 | 1000010 |
Color Harmonies of #D4A27D
Complementary color
Monochromatic Colors of #D4A27D
Black with #D4A27D
Text Example
Text Example
White with #D4A27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A27D; }
p { color: rgb(212,162,125); }
H1.HeaderClassName
{
color: #D4A27D;
}
.AnyTagClassName
{
color: #D4A27D;
}
</style>
background-color css
<style>
a { background-color: #D4A27D; }
a { background-color: rgb(212,162,125); }
div.DivClassName
{
background-color: #D4A27D;
}
.BgClassName
{
background-color: #D4A27D;
}
</style>
border-color css
<style>
span { border-color: #D4A27D; }
span { border-color: rgb(212,162,125); }
td.TdClassName
{
border-color: #D4A27D;
}
.TagClassName
{
border-color: #D4A27D;
}
</style>