Shades of Cameo #D0A77D
Tints of Cameo #D0A77D
RGB
CMYK
RGB Variations
Color information
#D0A77D (or 0xD0A77D) is known color: Cameo. HEX triplet: D0, A7 and 7D. RGB value is (208,167,125). Sum of RGB (Red+Green+Blue) = 208+167+125=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A77D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A77D is #2F5882. Grayscale: #AEAEAE. Windows color (decimal): -3102851 or 8234960. OLE color: 8234960.
HSL color Cylindrical-coordinate representation of color #D0A77D: hue angle of 30.36º 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 #D0A77D is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 167 | 125 | - |
CMYK | 0 | 0.20 | 0.40 | 0.18 |
HSL | 30.36º | 0.47% | 0.65% | - |
HSV(B) | 30.36º | 0.4% | 0.82% | - |
XYZ | 43.53 | 42.53 | 25.32 | - |
YUV | 174.47 | 100.08 | 151.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 167 | 125 | 0 | 0.20 | 0.40 | 0.18 | 30.36 | 0.47 | 0.65 |
Hex | D0 | A7 | 7D | 0 | 14 | 28 | 12 | 1E | 2F | 41 |
Octal | 320 | 247 | 175 | 0 | 24 | 50 | 22 | 36 | 57 | 101 |
Binary | 11010000 | 10100111 | 1111101 | 0 | 10100 | 101000 | 10010 | 11110 | 101111 | 1000001 |
Color Harmonies of #D0A77D
Complementary color
Monochromatic Colors of #D0A77D
Black with #D0A77D
Text Example
Text Example
White with #D0A77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A77D; }
p { color: rgb(208,167,125); }
H1.HeaderClassName
{
color: #D0A77D;
}
.AnyTagClassName
{
color: #D0A77D;
}
</style>
background-color css
<style>
a { background-color: #D0A77D; }
a { background-color: rgb(208,167,125); }
div.DivClassName
{
background-color: #D0A77D;
}
.BgClassName
{
background-color: #D0A77D;
}
</style>
border-color css
<style>
span { border-color: #D0A77D; }
span { border-color: rgb(208,167,125); }
td.TdClassName
{
border-color: #D0A77D;
}
.TagClassName
{
border-color: #D0A77D;
}
</style>