Shades of Cameo #D0A58A
Tints of Cameo #D0A58A
RGB
CMYK
RGB Variations
Color information
#D0A58A (or 0xD0A58A) is known color: Cameo. HEX triplet: D0, A5 and 8A. RGB value is (208,165,138). Sum of RGB (Red+Green+Blue) = 208+165+138=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A58A is #2F5A75. Grayscale: #AEAEAE. Windows color (decimal): -3103350 or 9086416. OLE color: 9086416.
HSL color Cylindrical-coordinate representation of color #D0A58A: hue angle of 23.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0A58A is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 165 | 138 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.18 |
| HSL | 23.14º | 0.43% | 0.68% | - |
| HSV(B) | 23.14º | 0.34% | 0.82% | - |
| XYZ | 44.06 | 42.16 | 29.86 | - |
| YUV | 174.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 138 | 0 | 0.21 | 0.34 | 0.18 | 23.14 | 0.43 | 0.68 |
| Hex | D0 | A5 | 8A | 0 | 15 | 22 | 12 | 17 | 2B | 44 |
| Octal | 320 | 245 | 212 | 0 | 25 | 42 | 22 | 27 | 53 | 104 |
| Binary | 11010000 | 10100101 | 10001010 | 0 | 10101 | 100010 | 10010 | 10111 | 101011 | 1000100 |
Color Harmonies of #D0A58A
Complementary color
Monochromatic Colors of #D0A58A
Black with #D0A58A
Text Example
Text Example
White with #D0A58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A58A; }
p { color: rgb(208,165,138); }
H1.HeaderClassName
{
color: #D0A58A;
}
.AnyTagClassName
{
color: #D0A58A;
}
</style>
background-color css
<style>
a { background-color: #D0A58A; }
a { background-color: rgb(208,165,138); }
div.DivClassName
{
background-color: #D0A58A;
}
.BgClassName
{
background-color: #D0A58A;
}
</style>
border-color css
<style>
span { border-color: #D0A58A; }
span { border-color: rgb(208,165,138); }
td.TdClassName
{
border-color: #D0A58A;
}
.TagClassName
{
border-color: #D0A58A;
}
</style>