Shades of Cameo #CDA37F
Tints of Cameo #CDA37F
RGB
CMYK
RGB Variations
Color information
#CDA37F (or 0xCDA37F) is known color: Cameo. HEX triplet: CD, A3 and 7F. RGB value is (205,163,127). Sum of RGB (Red+Green+Blue) = 205+163+127=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA37F is #325C80. Grayscale: #ABABAB. Windows color (decimal): -3300481 or 8365005. OLE color: 8365005.
HSL color Cylindrical-coordinate representation of color #CDA37F: hue angle of 27.69º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDA37F is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 127 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.20 |
| HSL | 27.69º | 0.44% | 0.65% | - |
| HSV(B) | 27.69º | 0.38% | 0.8% | - |
| XYZ | 42.1 | 40.71 | 25.72 | - |
| YUV | 171.45 | 102.91 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 127 | 0 | 0.20 | 0.38 | 0.20 | 27.69 | 0.44 | 0.65 |
| Hex | CD | A3 | 7F | 0 | 14 | 26 | 14 | 1C | 2C | 41 |
| Octal | 315 | 243 | 177 | 0 | 24 | 46 | 24 | 34 | 54 | 101 |
| Binary | 11001101 | 10100011 | 1111111 | 0 | 10100 | 100110 | 10100 | 11100 | 101100 | 1000001 |
Color Harmonies of #CDA37F
Complementary color
Monochromatic Colors of #CDA37F
Black with #CDA37F
Text Example
Text Example
White with #CDA37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA37F; }
p { color: rgb(205,163,127); }
H1.HeaderClassName
{
color: #CDA37F;
}
.AnyTagClassName
{
color: #CDA37F;
}
</style>
background-color css
<style>
a { background-color: #CDA37F; }
a { background-color: rgb(205,163,127); }
div.DivClassName
{
background-color: #CDA37F;
}
.BgClassName
{
background-color: #CDA37F;
}
</style>
border-color css
<style>
span { border-color: #CDA37F; }
span { border-color: rgb(205,163,127); }
td.TdClassName
{
border-color: #CDA37F;
}
.TagClassName
{
border-color: #CDA37F;
}
</style>