Shades of Cameo #D0A37D
Tints of Cameo #D0A37D
RGB
CMYK
RGB Variations
Color information
#D0A37D (or 0xD0A37D) is known color: Cameo. HEX triplet: D0, A3 and 7D. RGB value is (208,163,125). Sum of RGB (Red+Green+Blue) = 208+163+125=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A37D is #2F5C82. Grayscale: #ACACAC. Windows color (decimal): -3103875 or 8233936. OLE color: 8233936.
HSL color Cylindrical-coordinate representation of color #D0A37D: hue angle of 27.47º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0A37D is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 125 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.18 |
| HSL | 27.47º | 0.47% | 0.65% | - |
| HSV(B) | 27.47º | 0.4% | 0.82% | - |
| XYZ | 42.81 | 41.08 | 25.08 | - |
| YUV | 172.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 125 | 0 | 0.22 | 0.40 | 0.18 | 27.47 | 0.47 | 0.65 |
| Hex | D0 | A3 | 7D | 0 | 16 | 28 | 12 | 1B | 2F | 41 |
| Octal | 320 | 243 | 175 | 0 | 26 | 50 | 22 | 33 | 57 | 101 |
| Binary | 11010000 | 10100011 | 1111101 | 0 | 10110 | 101000 | 10010 | 11011 | 101111 | 1000001 |
Color Harmonies of #D0A37D
Complementary color
Monochromatic Colors of #D0A37D
Black with #D0A37D
Text Example
Text Example
White with #D0A37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A37D; }
p { color: rgb(208,163,125); }
H1.HeaderClassName
{
color: #D0A37D;
}
.AnyTagClassName
{
color: #D0A37D;
}
</style>
background-color css
<style>
a { background-color: #D0A37D; }
a { background-color: rgb(208,163,125); }
div.DivClassName
{
background-color: #D0A37D;
}
.BgClassName
{
background-color: #D0A37D;
}
</style>
border-color css
<style>
span { border-color: #D0A37D; }
span { border-color: rgb(208,163,125); }
td.TdClassName
{
border-color: #D0A37D;
}
.TagClassName
{
border-color: #D0A37D;
}
</style>