Shades of Cameo #D2A781
Tints of Cameo #D2A781
RGB
CMYK
RGB Variations
Color information
#D2A781 (or 0xD2A781) is known color: Cameo. HEX triplet: D2, A7 and 81. RGB value is (210,167,129). Sum of RGB (Red+Green+Blue) = 210+167+129=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A781 is #2D587E. Grayscale: #AFAFAF. Windows color (decimal): -2971775 or 8497106. OLE color: 8497106.
HSL color Cylindrical-coordinate representation of color #D2A781: hue angle of 28.15º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2A781 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 167 | 129 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.18 |
| HSL | 28.15º | 0.47% | 0.66% | - |
| HSV(B) | 28.15º | 0.39% | 0.82% | - |
| XYZ | 44.36 | 42.92 | 26.72 | - |
| YUV | 175.53 | 101.75 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 167 | 129 | 0 | 0.20 | 0.39 | 0.18 | 28.15 | 0.47 | 0.66 |
| Hex | D2 | A7 | 81 | 0 | 14 | 27 | 12 | 1C | 2F | 42 |
| Octal | 322 | 247 | 201 | 0 | 24 | 47 | 22 | 34 | 57 | 102 |
| Binary | 11010010 | 10100111 | 10000001 | 0 | 10100 | 100111 | 10010 | 11100 | 101111 | 1000010 |
Color Harmonies of #D2A781
Complementary color
Monochromatic Colors of #D2A781
Black with #D2A781
Text Example
Text Example
White with #D2A781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A781; }
p { color: rgb(210,167,129); }
H1.HeaderClassName
{
color: #D2A781;
}
.AnyTagClassName
{
color: #D2A781;
}
</style>
background-color css
<style>
a { background-color: #D2A781; }
a { background-color: rgb(210,167,129); }
div.DivClassName
{
background-color: #D2A781;
}
.BgClassName
{
background-color: #D2A781;
}
</style>
border-color css
<style>
span { border-color: #D2A781; }
span { border-color: rgb(210,167,129); }
td.TdClassName
{
border-color: #D2A781;
}
.TagClassName
{
border-color: #D2A781;
}
</style>