Shades of Deco #CDCE76
Tints of Deco #CDCE76
RGB
CMYK
RGB Variations
Color information
#CDCE76 (or 0xCDCE76) is known color: Deco. HEX triplet: CD, CE and 76. RGB value is (205,206,118). Sum of RGB (Red+Green+Blue) = 205+206+118=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCE76 is #323189. Grayscale: #C4C4C4. Windows color (decimal): -3289482 or 7786189. OLE color: 7786189.
HSL color Cylindrical-coordinate representation of color #CDCE76: hue angle of 60.68º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDCE76 is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 118 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.19 |
| HSL | 60.68º | 0.47% | 0.64% | - |
| HSV(B) | 60.68º | 0.43% | 0.81% | - |
| XYZ | 50.52 | 58.43 | 25.76 | - |
| YUV | 195.67 | 84.17 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 118 | 0.00 | 0 | 0.43 | 0.19 | 60.68 | 0.47 | 0.64 |
| Hex | CD | CE | 76 | 0 | 0 | 2B | 13 | 3D | 2F | 40 |
| Octal | 315 | 316 | 166 | 0 | 0 | 53 | 23 | 75 | 57 | 100 |
| Binary | 11001101 | 11001110 | 1110110 | 0 | 0 | 101011 | 10011 | 111101 | 101111 | 1000000 |
Color Harmonies of #CDCE76
Complementary color
Monochromatic Colors of #CDCE76
Black with #CDCE76
Text Example
Text Example
White with #CDCE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE76; }
p { color: rgb(205,206,118); }
H1.HeaderClassName
{
color: #CDCE76;
}
.AnyTagClassName
{
color: #CDCE76;
}
</style>
background-color css
<style>
a { background-color: #CDCE76; }
a { background-color: rgb(205,206,118); }
div.DivClassName
{
background-color: #CDCE76;
}
.BgClassName
{
background-color: #CDCE76;
}
</style>
border-color css
<style>
span { border-color: #CDCE76; }
span { border-color: rgb(205,206,118); }
td.TdClassName
{
border-color: #CDCE76;
}
.TagClassName
{
border-color: #CDCE76;
}
</style>