Shades of Cameo #D0A281
Tints of Cameo #D0A281
RGB
CMYK
RGB Variations
Color information
#D0A281 (or 0xD0A281) is known color: Cameo. HEX triplet: D0, A2 and 81. RGB value is (208,162,129). Sum of RGB (Red+Green+Blue) = 208+162+129=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A281 is #2F5D7E. Grayscale: #ACACAC. Windows color (decimal): -3104127 or 8495824. OLE color: 8495824.
HSL color Cylindrical-coordinate representation of color #D0A281: hue angle of 25.06º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0A281 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 129 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.18 |
| HSL | 25.06º | 0.46% | 0.66% | - |
| HSV(B) | 25.06º | 0.38% | 0.82% | - |
| XYZ | 42.9 | 40.84 | 26.39 | - |
| YUV | 171.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 129 | 0 | 0.22 | 0.38 | 0.18 | 25.06 | 0.46 | 0.66 |
| Hex | D0 | A2 | 81 | 0 | 16 | 26 | 12 | 19 | 2E | 42 |
| Octal | 320 | 242 | 201 | 0 | 26 | 46 | 22 | 31 | 56 | 102 |
| Binary | 11010000 | 10100010 | 10000001 | 0 | 10110 | 100110 | 10010 | 11001 | 101110 | 1000010 |
Color Harmonies of #D0A281
Complementary color
Monochromatic Colors of #D0A281
Black with #D0A281
Text Example
Text Example
White with #D0A281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A281; }
p { color: rgb(208,162,129); }
H1.HeaderClassName
{
color: #D0A281;
}
.AnyTagClassName
{
color: #D0A281;
}
</style>
background-color css
<style>
a { background-color: #D0A281; }
a { background-color: rgb(208,162,129); }
div.DivClassName
{
background-color: #D0A281;
}
.BgClassName
{
background-color: #D0A281;
}
</style>
border-color css
<style>
span { border-color: #D0A281; }
span { border-color: rgb(208,162,129); }
td.TdClassName
{
border-color: #D0A281;
}
.TagClassName
{
border-color: #D0A281;
}
</style>