Shades of Cameo #D2A67C
Tints of Cameo #D2A67C
RGB
CMYK
RGB Variations
Color information
#D2A67C (or 0xD2A67C) is known color: Cameo. HEX triplet: D2, A6 and 7C. RGB value is (210,166,124). Sum of RGB (Red+Green+Blue) = 210+166+124=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A67C is #2D5983. Grayscale: #AEAEAE. Windows color (decimal): -2972036 or 8169170. OLE color: 8169170.
HSL color Cylindrical-coordinate representation of color #D2A67C: hue angle of 29.3º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2A67C is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 124 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.18 |
| HSL | 29.3º | 0.49% | 0.65% | - |
| HSV(B) | 29.3º | 0.41% | 0.82% | - |
| XYZ | 43.85 | 42.43 | 24.95 | - |
| YUV | 174.37 | 99.58 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 124 | 0 | 0.21 | 0.41 | 0.18 | 29.3 | 0.49 | 0.65 |
| Hex | D2 | A6 | 7C | 0 | 15 | 29 | 12 | 1D | 31 | 41 |
| Octal | 322 | 246 | 174 | 0 | 25 | 51 | 22 | 35 | 61 | 101 |
| Binary | 11010010 | 10100110 | 1111100 | 0 | 10101 | 101001 | 10010 | 11101 | 110001 | 1000001 |
Color Harmonies of #D2A67C
Complementary color
Monochromatic Colors of #D2A67C
Black with #D2A67C
Text Example
Text Example
White with #D2A67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A67C; }
p { color: rgb(210,166,124); }
H1.HeaderClassName
{
color: #D2A67C;
}
.AnyTagClassName
{
color: #D2A67C;
}
</style>
background-color css
<style>
a { background-color: #D2A67C; }
a { background-color: rgb(210,166,124); }
div.DivClassName
{
background-color: #D2A67C;
}
.BgClassName
{
background-color: #D2A67C;
}
</style>
border-color css
<style>
span { border-color: #D2A67C; }
span { border-color: rgb(210,166,124); }
td.TdClassName
{
border-color: #D2A67C;
}
.TagClassName
{
border-color: #D2A67C;
}
</style>