Shades of Deco #CDDC7A
Tints of Deco #CDDC7A
RGB
CMYK
RGB Variations
Color information
#CDDC7A (or 0xCDDC7A) is known color: Deco. HEX triplet: CD, DC and 7A. RGB value is (205,220,122). Sum of RGB (Red+Green+Blue) = 205+220+122=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC7A is #322385. Grayscale: #CCCCCC. Windows color (decimal): -3285894 or 8051917. OLE color: 8051917.
HSL color Cylindrical-coordinate representation of color #CDDC7A: hue angle of 69.18º degrees, saturation: 0.58, 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 #CDDC7A is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 122 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.14 |
| HSL | 69.18º | 0.58% | 0.67% | - |
| HSV(B) | 69.18º | 0.45% | 0.86% | - |
| XYZ | 54.28 | 65.57 | 28.21 | - |
| YUV | 204.34 | 81.53 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 122 | 0.07 | 0 | 0.45 | 0.14 | 69.18 | 0.58 | 0.67 |
| Hex | CD | DC | 7A | 7 | 0 | 2D | E | 45 | 3A | 43 |
| Octal | 315 | 334 | 172 | 7 | 0 | 55 | 16 | 105 | 72 | 103 |
| Binary | 11001101 | 11011100 | 1111010 | 111 | 0 | 101101 | 1110 | 1000101 | 111010 | 1000011 |
Color Harmonies of #CDDC7A
Complementary color
Monochromatic Colors of #CDDC7A
Black with #CDDC7A
Text Example
Text Example
White with #CDDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC7A; }
p { color: rgb(205,220,122); }
H1.HeaderClassName
{
color: #CDDC7A;
}
.AnyTagClassName
{
color: #CDDC7A;
}
</style>
background-color css
<style>
a { background-color: #CDDC7A; }
a { background-color: rgb(205,220,122); }
div.DivClassName
{
background-color: #CDDC7A;
}
.BgClassName
{
background-color: #CDDC7A;
}
</style>
border-color css
<style>
span { border-color: #CDDC7A; }
span { border-color: rgb(205,220,122); }
td.TdClassName
{
border-color: #CDDC7A;
}
.TagClassName
{
border-color: #CDDC7A;
}
</style>