Shades of Deco #CDDC78
Tints of Deco #CDDC78
RGB
CMYK
RGB Variations
Color information
#CDDC78 (or 0xCDDC78) is known color: Deco. HEX triplet: CD, DC and 78. RGB value is (205,220,120). Sum of RGB (Red+Green+Blue) = 205+220+120=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC78 is #322387. Grayscale: #CCCCCC. Windows color (decimal): -3285896 or 7920845. OLE color: 7920845.
HSL color Cylindrical-coordinate representation of color #CDDC78: hue angle of 69º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDDC78 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 120 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.14 |
| HSL | 69º | 0.59% | 0.67% | - |
| HSV(B) | 69º | 0.45% | 0.86% | - |
| XYZ | 54.16 | 65.52 | 27.56 | - |
| YUV | 204.12 | 80.53 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 120 | 0.07 | 0 | 0.45 | 0.14 | 69 | 0.59 | 0.67 |
| Hex | CD | DC | 78 | 7 | 0 | 2D | E | 45 | 3B | 43 |
| Octal | 315 | 334 | 170 | 7 | 0 | 55 | 16 | 105 | 73 | 103 |
| Binary | 11001101 | 11011100 | 1111000 | 111 | 0 | 101101 | 1110 | 1000101 | 111011 | 1000011 |
Color Harmonies of #CDDC78
Complementary color
Monochromatic Colors of #CDDC78
Black with #CDDC78
Text Example
Text Example
White with #CDDC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC78; }
p { color: rgb(205,220,120); }
H1.HeaderClassName
{
color: #CDDC78;
}
.AnyTagClassName
{
color: #CDDC78;
}
</style>
background-color css
<style>
a { background-color: #CDDC78; }
a { background-color: rgb(205,220,120); }
div.DivClassName
{
background-color: #CDDC78;
}
.BgClassName
{
background-color: #CDDC78;
}
</style>
border-color css
<style>
span { border-color: #CDDC78; }
span { border-color: rgb(205,220,120); }
td.TdClassName
{
border-color: #CDDC78;
}
.TagClassName
{
border-color: #CDDC78;
}
</style>