Shades of Cameo #D2A37E
Tints of Cameo #D2A37E
RGB
CMYK
RGB Variations
Color information
#D2A37E (or 0xD2A37E) is known color: Cameo. HEX triplet: D2, A3 and 7E. RGB value is (210,163,126). Sum of RGB (Red+Green+Blue) = 210+163+126=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A37E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A37E is #2D5C81. Grayscale: #ADADAD. Windows color (decimal): -2972802 or 8299474. OLE color: 8299474.
HSL color Cylindrical-coordinate representation of color #D2A37E: hue angle of 26.43º degrees, saturation: 0.48, 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 #D2A37E is Cyan = 0, Magento = 0.22, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 126 | - |
| CMYK | 0 | 0.22 | 0.4 | 0.18 |
| HSL | 26.43º | 0.48% | 0.66% | - |
| HSV(B) | 26.43º | 0.4% | 0.82% | - |
| XYZ | 43.44 | 41.4 | 25.44 | - |
| YUV | 172.84 | 101.57 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 126 | 0 | 0.22 | 0.4 | 0.18 | 26.43 | 0.48 | 0.66 |
| Hex | D2 | A3 | 7E | 0 | 16 | 28 | 12 | 1A | 30 | 42 |
| Octal | 322 | 243 | 176 | 0 | 26 | 50 | 22 | 32 | 60 | 102 |
| Binary | 11010010 | 10100011 | 1111110 | 0 | 10110 | 101000 | 10010 | 11010 | 110000 | 1000010 |
Color Harmonies of #D2A37E
Complementary color
Monochromatic Colors of #D2A37E
Black with #D2A37E
Text Example
Text Example
White with #D2A37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A37E; }
p { color: rgb(210,163,126); }
H1.HeaderClassName
{
color: #D2A37E;
}
.AnyTagClassName
{
color: #D2A37E;
}
</style>
background-color css
<style>
a { background-color: #D2A37E; }
a { background-color: rgb(210,163,126); }
div.DivClassName
{
background-color: #D2A37E;
}
.BgClassName
{
background-color: #D2A37E;
}
</style>
border-color css
<style>
span { border-color: #D2A37E; }
span { border-color: rgb(210,163,126); }
td.TdClassName
{
border-color: #D2A37E;
}
.TagClassName
{
border-color: #D2A37E;
}
</style>