Shades of Cameo #D2A272
Tints of Cameo #D2A272
RGB
CMYK
RGB Variations
Color information
#D2A272 (or 0xD2A272) is known color: Cameo. HEX triplet: D2, A2 and 72. RGB value is (210,162,114). Sum of RGB (Red+Green+Blue) = 210+162+114=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A272 is #2D5D8D. Grayscale: #ABABAB. Windows color (decimal): -2973070 or 7512786. OLE color: 7512786.
HSL color Cylindrical-coordinate representation of color #D2A272: hue angle of 30º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2A272 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 114 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.18 |
| HSL | 30º | 0.52% | 0.64% | - |
| HSV(B) | 30º | 0.46% | 0.82% | - |
| XYZ | 42.54 | 40.76 | 21.54 | - |
| YUV | 170.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 114 | 0 | 0.23 | 0.46 | 0.18 | 30 | 0.52 | 0.64 |
| Hex | D2 | A2 | 72 | 0 | 17 | 2E | 12 | 1E | 34 | 40 |
| Octal | 322 | 242 | 162 | 0 | 27 | 56 | 22 | 36 | 64 | 100 |
| Binary | 11010010 | 10100010 | 1110010 | 0 | 10111 | 101110 | 10010 | 11110 | 110100 | 1000000 |
Color Harmonies of #D2A272
Complementary color
Monochromatic Colors of #D2A272
Black with #D2A272
Text Example
Text Example
White with #D2A272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A272; }
p { color: rgb(210,162,114); }
H1.HeaderClassName
{
color: #D2A272;
}
.AnyTagClassName
{
color: #D2A272;
}
</style>
background-color css
<style>
a { background-color: #D2A272; }
a { background-color: rgb(210,162,114); }
div.DivClassName
{
background-color: #D2A272;
}
.BgClassName
{
background-color: #D2A272;
}
</style>
border-color css
<style>
span { border-color: #D2A272; }
span { border-color: rgb(210,162,114); }
td.TdClassName
{
border-color: #D2A272;
}
.TagClassName
{
border-color: #D2A272;
}
</style>