Shades of Cameo #D1A27E
Tints of Cameo #D1A27E
RGB
CMYK
RGB Variations
Color information
#D1A27E (or 0xD1A27E) is known color: Cameo. HEX triplet: D1, A2 and 7E. RGB value is (209,162,126). Sum of RGB (Red+Green+Blue) = 209+162+126=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A27E is #2E5D81. Grayscale: #ACACAC. Windows color (decimal): -3038594 or 8299217. OLE color: 8299217.
HSL color Cylindrical-coordinate representation of color #D1A27E: hue angle of 26.02º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1A27E is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 126 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.18 |
| HSL | 26.02º | 0.47% | 0.66% | - |
| HSV(B) | 26.02º | 0.4% | 0.82% | - |
| XYZ | 42.98 | 40.9 | 25.37 | - |
| YUV | 171.95 | 102.07 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 126 | 0 | 0.22 | 0.40 | 0.18 | 26.02 | 0.47 | 0.66 |
| Hex | D1 | A2 | 7E | 0 | 16 | 28 | 12 | 1A | 2F | 42 |
| Octal | 321 | 242 | 176 | 0 | 26 | 50 | 22 | 32 | 57 | 102 |
| Binary | 11010001 | 10100010 | 1111110 | 0 | 10110 | 101000 | 10010 | 11010 | 101111 | 1000010 |
Color Harmonies of #D1A27E
Complementary color
Monochromatic Colors of #D1A27E
Black with #D1A27E
Text Example
Text Example
White with #D1A27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A27E; }
p { color: rgb(209,162,126); }
H1.HeaderClassName
{
color: #D1A27E;
}
.AnyTagClassName
{
color: #D1A27E;
}
</style>
background-color css
<style>
a { background-color: #D1A27E; }
a { background-color: rgb(209,162,126); }
div.DivClassName
{
background-color: #D1A27E;
}
.BgClassName
{
background-color: #D1A27E;
}
</style>
border-color css
<style>
span { border-color: #D1A27E; }
span { border-color: rgb(209,162,126); }
td.TdClassName
{
border-color: #D1A27E;
}
.TagClassName
{
border-color: #D1A27E;
}
</style>