Shades of Cameo #D1A27F
Tints of Cameo #D1A27F
RGB
CMYK
RGB Variations
Color information
#D1A27F (or 0xD1A27F) is known color: Cameo. HEX triplet: D1, A2 and 7F. RGB value is (209,162,127). Sum of RGB (Red+Green+Blue) = 209+162+127=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A27F is #2E5D80. Grayscale: #ACACAC. Windows color (decimal): -3038593 or 8364753. OLE color: 8364753.
HSL color Cylindrical-coordinate representation of color #D1A27F: hue angle of 25.61º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1A27F is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 127 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.18 |
| HSL | 25.61º | 0.47% | 0.66% | - |
| HSV(B) | 25.61º | 0.39% | 0.82% | - |
| XYZ | 43.05 | 40.93 | 25.71 | - |
| YUV | 172.06 | 102.57 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 127 | 0 | 0.22 | 0.39 | 0.18 | 25.61 | 0.47 | 0.66 |
| Hex | D1 | A2 | 7F | 0 | 16 | 27 | 12 | 1A | 2F | 42 |
| Octal | 321 | 242 | 177 | 0 | 26 | 47 | 22 | 32 | 57 | 102 |
| Binary | 11010001 | 10100010 | 1111111 | 0 | 10110 | 100111 | 10010 | 11010 | 101111 | 1000010 |
Color Harmonies of #D1A27F
Complementary color
Monochromatic Colors of #D1A27F
Black with #D1A27F
Text Example
Text Example
White with #D1A27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A27F; }
p { color: rgb(209,162,127); }
H1.HeaderClassName
{
color: #D1A27F;
}
.AnyTagClassName
{
color: #D1A27F;
}
</style>
background-color css
<style>
a { background-color: #D1A27F; }
a { background-color: rgb(209,162,127); }
div.DivClassName
{
background-color: #D1A27F;
}
.BgClassName
{
background-color: #D1A27F;
}
</style>
border-color css
<style>
span { border-color: #D1A27F; }
span { border-color: rgb(209,162,127); }
td.TdClassName
{
border-color: #D1A27F;
}
.TagClassName
{
border-color: #D1A27F;
}
</style>