Shades of Deco #CDDA7F
Tints of Deco #CDDA7F
RGB
CMYK
RGB Variations
Color information
#CDDA7F (or 0xCDDA7F) is known color: Deco. HEX triplet: CD, DA and 7F. RGB value is (205,218,127). Sum of RGB (Red+Green+Blue) = 205+218+127=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA7F is #322580. Grayscale: #CCCCCC. Windows color (decimal): -3286401 or 8379085. OLE color: 8379085.
HSL color Cylindrical-coordinate representation of color #CDDA7F: hue angle of 68.57º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDDA7F is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 127 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.15 |
| HSL | 68.57º | 0.55% | 0.68% | - |
| HSV(B) | 68.57º | 0.42% | 0.85% | - |
| XYZ | 54.08 | 64.65 | 29.71 | - |
| YUV | 203.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 127 | 0.06 | 0 | 0.42 | 0.15 | 68.57 | 0.55 | 0.68 |
| Hex | CD | DA | 7F | 6 | 0 | 2A | F | 45 | 37 | 44 |
| Octal | 315 | 332 | 177 | 6 | 0 | 52 | 17 | 105 | 67 | 104 |
| Binary | 11001101 | 11011010 | 1111111 | 110 | 0 | 101010 | 1111 | 1000101 | 110111 | 1000100 |
Color Harmonies of #CDDA7F
Complementary color
Monochromatic Colors of #CDDA7F
Black with #CDDA7F
Text Example
Text Example
White with #CDDA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDA7F; }
p { color: rgb(205,218,127); }
H1.HeaderClassName
{
color: #CDDA7F;
}
.AnyTagClassName
{
color: #CDDA7F;
}
</style>
background-color css
<style>
a { background-color: #CDDA7F; }
a { background-color: rgb(205,218,127); }
div.DivClassName
{
background-color: #CDDA7F;
}
.BgClassName
{
background-color: #CDDA7F;
}
</style>
border-color css
<style>
span { border-color: #CDDA7F; }
span { border-color: rgb(205,218,127); }
td.TdClassName
{
border-color: #CDDA7F;
}
.TagClassName
{
border-color: #CDDA7F;
}
</style>