Shades of Cameo #D4A589
Tints of Cameo #D4A589
RGB
CMYK
RGB Variations
Color information
#D4A589 (or 0xD4A589) is known color: Cameo. HEX triplet: D4, A5 and 89. RGB value is (212,165,137). Sum of RGB (Red+Green+Blue) = 212+165+137=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A589 is #2B5A76. Grayscale: #B0B0B0. Windows color (decimal): -2841207 or 9020884. OLE color: 9020884.
HSL color Cylindrical-coordinate representation of color #D4A589: hue angle of 22.4º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4A589 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 137 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.17 |
| HSL | 22.4º | 0.47% | 0.68% | - |
| HSV(B) | 22.4º | 0.35% | 0.83% | - |
| XYZ | 45.12 | 42.71 | 29.53 | - |
| YUV | 175.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 137 | 0 | 0.22 | 0.35 | 0.17 | 22.4 | 0.47 | 0.68 |
| Hex | D4 | A5 | 89 | 0 | 16 | 23 | 11 | 16 | 2F | 44 |
| Octal | 324 | 245 | 211 | 0 | 26 | 43 | 21 | 26 | 57 | 104 |
| Binary | 11010100 | 10100101 | 10001001 | 0 | 10110 | 100011 | 10001 | 10110 | 101111 | 1000100 |
Color Harmonies of #D4A589
Complementary color
Monochromatic Colors of #D4A589
Black with #D4A589
Text Example
Text Example
White with #D4A589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A589; }
p { color: rgb(212,165,137); }
H1.HeaderClassName
{
color: #D4A589;
}
.AnyTagClassName
{
color: #D4A589;
}
</style>
background-color css
<style>
a { background-color: #D4A589; }
a { background-color: rgb(212,165,137); }
div.DivClassName
{
background-color: #D4A589;
}
.BgClassName
{
background-color: #D4A589;
}
</style>
border-color css
<style>
span { border-color: #D4A589; }
span { border-color: rgb(212,165,137); }
td.TdClassName
{
border-color: #D4A589;
}
.TagClassName
{
border-color: #D4A589;
}
</style>