Shades of Deco #CDD27E
Tints of Deco #CDD27E
RGB
CMYK
RGB Variations
Color information
#CDD27E (or 0xCDD27E) is known color: Deco. HEX triplet: CD, D2 and 7E. RGB value is (205,210,126). Sum of RGB (Red+Green+Blue) = 205+210+126=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD27E is #322D81. Grayscale: #C7C7C7. Windows color (decimal): -3288450 or 8311501. OLE color: 8311501.
HSL color Cylindrical-coordinate representation of color #CDD27E: hue angle of 63.57º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDD27E is Cyan = 0.02, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 126 | - |
| CMYK | 0.02 | 0 | 0.4 | 0.18 |
| HSL | 63.57º | 0.48% | 0.66% | - |
| HSV(B) | 63.57º | 0.4% | 0.82% | - |
| XYZ | 51.99 | 60.58 | 28.69 | - |
| YUV | 198.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 126 | 0.02 | 0 | 0.4 | 0.18 | 63.57 | 0.48 | 0.66 |
| Hex | CD | D2 | 7E | 2 | 0 | 28 | 12 | 40 | 30 | 42 |
| Octal | 315 | 322 | 176 | 2 | 0 | 50 | 22 | 100 | 60 | 102 |
| Binary | 11001101 | 11010010 | 1111110 | 10 | 0 | 101000 | 10010 | 1000000 | 110000 | 1000010 |
Color Harmonies of #CDD27E
Complementary color
Monochromatic Colors of #CDD27E
Black with #CDD27E
Text Example
Text Example
White with #CDD27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD27E; }
p { color: rgb(205,210,126); }
H1.HeaderClassName
{
color: #CDD27E;
}
.AnyTagClassName
{
color: #CDD27E;
}
</style>
background-color css
<style>
a { background-color: #CDD27E; }
a { background-color: rgb(205,210,126); }
div.DivClassName
{
background-color: #CDD27E;
}
.BgClassName
{
background-color: #CDD27E;
}
</style>
border-color css
<style>
span { border-color: #CDD27E; }
span { border-color: rgb(205,210,126); }
td.TdClassName
{
border-color: #CDD27E;
}
.TagClassName
{
border-color: #CDD27E;
}
</style>