Shades of Deco #CDD97F
Tints of Deco #CDD97F
RGB
CMYK
RGB Variations
Color information
#CDD97F (or 0xCDD97F) is known color: Deco. HEX triplet: CD, D9 and 7F. RGB value is (205,217,127). Sum of RGB (Red+Green+Blue) = 205+217+127=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD97F is #322680. Grayscale: #CBCBCB. Windows color (decimal): -3286657 or 8378829. OLE color: 8378829.
HSL color Cylindrical-coordinate representation of color #CDD97F: hue angle of 68º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDD97F is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 127 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.15 |
| HSL | 68º | 0.54% | 0.67% | - |
| HSV(B) | 68º | 0.41% | 0.85% | - |
| XYZ | 53.82 | 64.14 | 29.62 | - |
| YUV | 203.15 | 85.02 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 127 | 0.06 | 0 | 0.41 | 0.15 | 68 | 0.54 | 0.67 |
| Hex | CD | D9 | 7F | 6 | 0 | 29 | F | 44 | 36 | 43 |
| Octal | 315 | 331 | 177 | 6 | 0 | 51 | 17 | 104 | 66 | 103 |
| Binary | 11001101 | 11011001 | 1111111 | 110 | 0 | 101001 | 1111 | 1000100 | 110110 | 1000011 |
Color Harmonies of #CDD97F
Complementary color
Monochromatic Colors of #CDD97F
Black with #CDD97F
Text Example
Text Example
White with #CDD97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD97F; }
p { color: rgb(205,217,127); }
H1.HeaderClassName
{
color: #CDD97F;
}
.AnyTagClassName
{
color: #CDD97F;
}
</style>
background-color css
<style>
a { background-color: #CDD97F; }
a { background-color: rgb(205,217,127); }
div.DivClassName
{
background-color: #CDD97F;
}
.BgClassName
{
background-color: #CDD97F;
}
</style>
border-color css
<style>
span { border-color: #CDD97F; }
span { border-color: rgb(205,217,127); }
td.TdClassName
{
border-color: #CDD97F;
}
.TagClassName
{
border-color: #CDD97F;
}
</style>