Shades of Deco #CDDD78
Tints of Deco #CDDD78
RGB
CMYK
RGB Variations
Color information
#CDDD78 (or 0xCDDD78) is known color: Deco. HEX triplet: CD, DD and 78. RGB value is (205,221,120). Sum of RGB (Red+Green+Blue) = 205+221+120=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 120 (47.27% from 255 or 21.98% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD78 is #322287. Grayscale: #CDCDCD. Windows color (decimal): -3285640 or 7921101. OLE color: 7921101.
HSL color Cylindrical-coordinate representation of color #CDDD78: hue angle of 69.5º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDDD78 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 120 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.13 |
| HSL | 69.5º | 0.6% | 0.67% | - |
| HSV(B) | 69.5º | 0.46% | 0.87% | - |
| XYZ | 54.42 | 66.05 | 27.65 | - |
| YUV | 204.7 | 80.2 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 120 | 0.07 | 0 | 0.46 | 0.13 | 69.5 | 0.6 | 0.67 |
| Hex | CD | DD | 78 | 7 | 0 | 2E | D | 46 | 3C | 43 |
| Octal | 315 | 335 | 170 | 7 | 0 | 56 | 15 | 106 | 74 | 103 |
| Binary | 11001101 | 11011101 | 1111000 | 111 | 0 | 101110 | 1101 | 1000110 | 111100 | 1000011 |
Color Harmonies of #CDDD78
Complementary color
Monochromatic Colors of #CDDD78
Black with #CDDD78
Text Example
Text Example
White with #CDDD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD78; }
p { color: rgb(205,221,120); }
H1.HeaderClassName
{
color: #CDDD78;
}
.AnyTagClassName
{
color: #CDDD78;
}
</style>
background-color css
<style>
a { background-color: #CDDD78; }
a { background-color: rgb(205,221,120); }
div.DivClassName
{
background-color: #CDDD78;
}
.BgClassName
{
background-color: #CDDD78;
}
</style>
border-color css
<style>
span { border-color: #CDDD78; }
span { border-color: rgb(205,221,120); }
td.TdClassName
{
border-color: #CDDD78;
}
.TagClassName
{
border-color: #CDDD78;
}
</style>