Shades of Cameo #D3A37E
Tints of Cameo #D3A37E
RGB
CMYK
RGB Variations
Color information
#D3A37E (or 0xD3A37E) is known color: Cameo. HEX triplet: D3, A3 and 7E. RGB value is (211,163,126). Sum of RGB (Red+Green+Blue) = 211+163+126=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A37E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A37E is #2C5C81. Grayscale: #ADADAD. Windows color (decimal): -2907266 or 8299475. OLE color: 8299475.
HSL color Cylindrical-coordinate representation of color #D3A37E: hue angle of 26.12º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3A37E is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 163 | 126 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.17 |
| HSL | 26.12º | 0.49% | 0.66% | - |
| HSV(B) | 26.12º | 0.4% | 0.83% | - |
| XYZ | 43.73 | 41.55 | 25.45 | - |
| YUV | 173.13 | 101.4 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 163 | 126 | 0 | 0.23 | 0.40 | 0.17 | 26.12 | 0.49 | 0.66 |
| Hex | D3 | A3 | 7E | 0 | 17 | 28 | 11 | 1A | 31 | 42 |
| Octal | 323 | 243 | 176 | 0 | 27 | 50 | 21 | 32 | 61 | 102 |
| Binary | 11010011 | 10100011 | 1111110 | 0 | 10111 | 101000 | 10001 | 11010 | 110001 | 1000010 |
Color Harmonies of #D3A37E
Complementary color
Monochromatic Colors of #D3A37E
Black with #D3A37E
Text Example
Text Example
White with #D3A37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A37E; }
p { color: rgb(211,163,126); }
H1.HeaderClassName
{
color: #D3A37E;
}
.AnyTagClassName
{
color: #D3A37E;
}
</style>
background-color css
<style>
a { background-color: #D3A37E; }
a { background-color: rgb(211,163,126); }
div.DivClassName
{
background-color: #D3A37E;
}
.BgClassName
{
background-color: #D3A37E;
}
</style>
border-color css
<style>
span { border-color: #D3A37E; }
span { border-color: rgb(211,163,126); }
td.TdClassName
{
border-color: #D3A37E;
}
.TagClassName
{
border-color: #D3A37E;
}
</style>