Shades of Cameo #CDA77C
Tints of Cameo #CDA77C
RGB
CMYK
RGB Variations
Color information
#CDA77C (or 0xCDA77C) is known color: Cameo. HEX triplet: CD, A7 and 7C. RGB value is (205,167,124). Sum of RGB (Red+Green+Blue) = 205+167+124=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA77C is #325883. Grayscale: #ADADAD. Windows color (decimal): -3299460 or 8169421. OLE color: 8169421.
HSL color Cylindrical-coordinate representation of color #CDA77C: hue angle of 31.85º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDA77C is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 167 | 124 | - |
CMYK | 0 | 0.19 | 0.40 | 0.20 |
HSL | 31.85º | 0.45% | 0.65% | - |
HSV(B) | 31.85º | 0.4% | 0.8% | - |
XYZ | 42.63 | 42.07 | 24.94 | - |
YUV | 173.46 | 100.09 | 150.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 167 | 124 | 0 | 0.19 | 0.40 | 0.20 | 31.85 | 0.45 | 0.65 |
Hex | CD | A7 | 7C | 0 | 13 | 28 | 14 | 20 | 2D | 41 |
Octal | 315 | 247 | 174 | 0 | 23 | 50 | 24 | 40 | 55 | 101 |
Binary | 11001101 | 10100111 | 1111100 | 0 | 10011 | 101000 | 10100 | 100000 | 101101 | 1000001 |
Color Harmonies of #CDA77C
Complementary color
Monochromatic Colors of #CDA77C
Black with #CDA77C
Text Example
Text Example
White with #CDA77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA77C; }
p { color: rgb(205,167,124); }
H1.HeaderClassName
{
color: #CDA77C;
}
.AnyTagClassName
{
color: #CDA77C;
}
</style>
background-color css
<style>
a { background-color: #CDA77C; }
a { background-color: rgb(205,167,124); }
div.DivClassName
{
background-color: #CDA77C;
}
.BgClassName
{
background-color: #CDA77C;
}
</style>
border-color css
<style>
span { border-color: #CDA77C; }
span { border-color: rgb(205,167,124); }
td.TdClassName
{
border-color: #CDA77C;
}
.TagClassName
{
border-color: #CDA77C;
}
</style>