Shades of Cameo #D3A187
Tints of Cameo #D3A187
RGB
CMYK
RGB Variations
Color information
#D3A187 (or 0xD3A187) is known color: Cameo. HEX triplet: D3, A1 and 87. RGB value is (211,161,135). Sum of RGB (Red+Green+Blue) = 211+161+135=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A187 is #2C5E78. Grayscale: #ADADAD. Windows color (decimal): -2907769 or 8888787. OLE color: 8888787.
HSL color Cylindrical-coordinate representation of color #D3A187: hue angle of 20.53º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D3A187 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 135 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.17 |
| HSL | 20.53º | 0.46% | 0.68% | - |
| HSV(B) | 20.53º | 0.36% | 0.83% | - |
| XYZ | 43.98 | 41.09 | 28.53 | - |
| YUV | 172.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 135 | 0 | 0.24 | 0.36 | 0.17 | 20.53 | 0.46 | 0.68 |
| Hex | D3 | A1 | 87 | 0 | 18 | 24 | 11 | 15 | 2E | 44 |
| Octal | 323 | 241 | 207 | 0 | 30 | 44 | 21 | 25 | 56 | 104 |
| Binary | 11010011 | 10100001 | 10000111 | 0 | 11000 | 100100 | 10001 | 10101 | 101110 | 1000100 |
Color Harmonies of #D3A187
Complementary color
Monochromatic Colors of #D3A187
Black with #D3A187
Text Example
Text Example
White with #D3A187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A187; }
p { color: rgb(211,161,135); }
H1.HeaderClassName
{
color: #D3A187;
}
.AnyTagClassName
{
color: #D3A187;
}
</style>
background-color css
<style>
a { background-color: #D3A187; }
a { background-color: rgb(211,161,135); }
div.DivClassName
{
background-color: #D3A187;
}
.BgClassName
{
background-color: #D3A187;
}
</style>
border-color css
<style>
span { border-color: #D3A187; }
span { border-color: rgb(211,161,135); }
td.TdClassName
{
border-color: #D3A187;
}
.TagClassName
{
border-color: #D3A187;
}
</style>