Shades of Cameo #D4A680
Tints of Cameo #D4A680
RGB
CMYK
RGB Variations
Color information
#D4A680 (or 0xD4A680) is known color: Cameo. HEX triplet: D4, A6 and 80. RGB value is (212,166,128). Sum of RGB (Red+Green+Blue) = 212+166+128=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A680 is #2B597F. Grayscale: #AFAFAF. Windows color (decimal): -2840960 or 8431316. OLE color: 8431316.
HSL color Cylindrical-coordinate representation of color #D4A680: hue angle of 27.14º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4A680 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 128 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.17 |
| HSL | 27.14º | 0.49% | 0.67% | - |
| HSV(B) | 27.14º | 0.4% | 0.83% | - |
| XYZ | 44.68 | 42.83 | 26.33 | - |
| YUV | 175.42 | 101.24 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 128 | 0 | 0.22 | 0.40 | 0.17 | 27.14 | 0.49 | 0.67 |
| Hex | D4 | A6 | 80 | 0 | 16 | 28 | 11 | 1B | 31 | 43 |
| Octal | 324 | 246 | 200 | 0 | 26 | 50 | 21 | 33 | 61 | 103 |
| Binary | 11010100 | 10100110 | 10000000 | 0 | 10110 | 101000 | 10001 | 11011 | 110001 | 1000011 |
Color Harmonies of #D4A680
Complementary color
Monochromatic Colors of #D4A680
Black with #D4A680
Text Example
Text Example
White with #D4A680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A680; }
p { color: rgb(212,166,128); }
H1.HeaderClassName
{
color: #D4A680;
}
.AnyTagClassName
{
color: #D4A680;
}
</style>
background-color css
<style>
a { background-color: #D4A680; }
a { background-color: rgb(212,166,128); }
div.DivClassName
{
background-color: #D4A680;
}
.BgClassName
{
background-color: #D4A680;
}
</style>
border-color css
<style>
span { border-color: #D4A680; }
span { border-color: rgb(212,166,128); }
td.TdClassName
{
border-color: #D4A680;
}
.TagClassName
{
border-color: #D4A680;
}
</style>