Shades of Deco #CDD97E
Tints of Deco #CDD97E
RGB
CMYK
RGB Variations
Color information
#CDD97E (or 0xCDD97E) is known color: Deco. HEX triplet: CD, D9 and 7E. RGB value is (205,217,126). Sum of RGB (Red+Green+Blue) = 205+217+126=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 126 (49.61% from 255 or 22.99% from 548); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD97E is #322681. Grayscale: #CBCBCB. Windows color (decimal): -3286658 or 8313293. OLE color: 8313293.
HSL color Cylindrical-coordinate representation of color #CDD97E: hue angle of 67.91º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDD97E is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 126 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.15 |
| HSL | 67.91º | 0.54% | 0.67% | - |
| HSV(B) | 67.91º | 0.42% | 0.85% | - |
| XYZ | 53.76 | 64.11 | 29.28 | - |
| YUV | 203.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 126 | 0.06 | 0 | 0.42 | 0.15 | 67.91 | 0.54 | 0.67 |
| Hex | CD | D9 | 7E | 6 | 0 | 2A | F | 44 | 36 | 43 |
| Octal | 315 | 331 | 176 | 6 | 0 | 52 | 17 | 104 | 66 | 103 |
| Binary | 11001101 | 11011001 | 1111110 | 110 | 0 | 101010 | 1111 | 1000100 | 110110 | 1000011 |
Color Harmonies of #CDD97E
Complementary color
Monochromatic Colors of #CDD97E
Black with #CDD97E
Text Example
Text Example
White with #CDD97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD97E; }
p { color: rgb(205,217,126); }
H1.HeaderClassName
{
color: #CDD97E;
}
.AnyTagClassName
{
color: #CDD97E;
}
</style>
background-color css
<style>
a { background-color: #CDD97E; }
a { background-color: rgb(205,217,126); }
div.DivClassName
{
background-color: #CDD97E;
}
.BgClassName
{
background-color: #CDD97E;
}
</style>
border-color css
<style>
span { border-color: #CDD97E; }
span { border-color: rgb(205,217,126); }
td.TdClassName
{
border-color: #CDD97E;
}
.TagClassName
{
border-color: #CDD97E;
}
</style>