Shades of Cameo #D0A380
Tints of Cameo #D0A380
RGB
CMYK
RGB Variations
Color information
#D0A380 (or 0xD0A380) is known color: Cameo. HEX triplet: D0, A3 and 80. RGB value is (208,163,128). Sum of RGB (Red+Green+Blue) = 208+163+128=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A380 is #2F5C7F. Grayscale: #ACACAC. Windows color (decimal): -3103872 or 8430544. OLE color: 8430544.
HSL color Cylindrical-coordinate representation of color #D0A380: hue angle of 26.25º 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 #D0A380 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 128 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.18 |
| HSL | 26.25º | 0.46% | 0.66% | - |
| HSV(B) | 26.25º | 0.38% | 0.82% | - |
| XYZ | 43.01 | 41.16 | 26.1 | - |
| YUV | 172.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 128 | 0 | 0.22 | 0.38 | 0.18 | 26.25 | 0.46 | 0.66 |
| Hex | D0 | A3 | 80 | 0 | 16 | 26 | 12 | 1A | 2E | 42 |
| Octal | 320 | 243 | 200 | 0 | 26 | 46 | 22 | 32 | 56 | 102 |
| Binary | 11010000 | 10100011 | 10000000 | 0 | 10110 | 100110 | 10010 | 11010 | 101110 | 1000010 |
Color Harmonies of #D0A380
Complementary color
Monochromatic Colors of #D0A380
Black with #D0A380
Text Example
Text Example
White with #D0A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A380; }
p { color: rgb(208,163,128); }
H1.HeaderClassName
{
color: #D0A380;
}
.AnyTagClassName
{
color: #D0A380;
}
</style>
background-color css
<style>
a { background-color: #D0A380; }
a { background-color: rgb(208,163,128); }
div.DivClassName
{
background-color: #D0A380;
}
.BgClassName
{
background-color: #D0A380;
}
</style>
border-color css
<style>
span { border-color: #D0A380; }
span { border-color: rgb(208,163,128); }
td.TdClassName
{
border-color: #D0A380;
}
.TagClassName
{
border-color: #D0A380;
}
</style>