Shades of Cameo #D3A17A
Tints of Cameo #D3A17A
RGB
CMYK
RGB Variations
Color information
#D3A17A (or 0xD3A17A) is known color: Cameo. HEX triplet: D3, A1 and 7A. RGB value is (211,161,122). Sum of RGB (Red+Green+Blue) = 211+161+122=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A17A is #2C5E85. Grayscale: #ABABAB. Windows color (decimal): -2907782 or 8036819. OLE color: 8036819.
HSL color Cylindrical-coordinate representation of color #D3A17A: hue angle of 26.29º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D3A17A is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 122 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.17 |
| HSL | 26.29º | 0.5% | 0.65% | - |
| HSV(B) | 26.29º | 0.42% | 0.83% | - |
| XYZ | 43.12 | 40.74 | 24 | - |
| YUV | 171.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 122 | 0 | 0.24 | 0.42 | 0.17 | 26.29 | 0.5 | 0.65 |
| Hex | D3 | A1 | 7A | 0 | 18 | 2A | 11 | 1A | 32 | 41 |
| Octal | 323 | 241 | 172 | 0 | 30 | 52 | 21 | 32 | 62 | 101 |
| Binary | 11010011 | 10100001 | 1111010 | 0 | 11000 | 101010 | 10001 | 11010 | 110010 | 1000001 |
Color Harmonies of #D3A17A
Complementary color
Monochromatic Colors of #D3A17A
Black with #D3A17A
Text Example
Text Example
White with #D3A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A17A; }
p { color: rgb(211,161,122); }
H1.HeaderClassName
{
color: #D3A17A;
}
.AnyTagClassName
{
color: #D3A17A;
}
</style>
background-color css
<style>
a { background-color: #D3A17A; }
a { background-color: rgb(211,161,122); }
div.DivClassName
{
background-color: #D3A17A;
}
.BgClassName
{
background-color: #D3A17A;
}
</style>
border-color css
<style>
span { border-color: #D3A17A; }
span { border-color: rgb(211,161,122); }
td.TdClassName
{
border-color: #D3A17A;
}
.TagClassName
{
border-color: #D3A17A;
}
</style>