Shades of Deco #CDD272
Tints of Deco #CDD272
RGB
CMYK
RGB Variations
Color information
#CDD272 (or 0xCDD272) is known color: Deco. HEX triplet: CD, D2 and 72. RGB value is (205,210,114). Sum of RGB (Red+Green+Blue) = 205+210+114=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD272 is #322D8D. Grayscale: #C5C5C5. Windows color (decimal): -3288462 or 7525069. OLE color: 7525069.
HSL color Cylindrical-coordinate representation of color #CDD272: hue angle of 63.12º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDD272 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 114 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.18 |
| HSL | 63.13º | 0.52% | 0.64% | - |
| HSV(B) | 63.13º | 0.46% | 0.82% | - |
| XYZ | 51.26 | 60.29 | 24.85 | - |
| YUV | 197.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 114 | 0.02 | 0 | 0.46 | 0.18 | 63.13 | 0.52 | 0.64 |
| Hex | CD | D2 | 72 | 2 | 0 | 2E | 12 | 3F | 34 | 40 |
| Octal | 315 | 322 | 162 | 2 | 0 | 56 | 22 | 77 | 64 | 100 |
| Binary | 11001101 | 11010010 | 1110010 | 10 | 0 | 101110 | 10010 | 111111 | 110100 | 1000000 |
Color Harmonies of #CDD272
Complementary color
Monochromatic Colors of #CDD272
Black with #CDD272
Text Example
Text Example
White with #CDD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD272; }
p { color: rgb(205,210,114); }
H1.HeaderClassName
{
color: #CDD272;
}
.AnyTagClassName
{
color: #CDD272;
}
</style>
background-color css
<style>
a { background-color: #CDD272; }
a { background-color: rgb(205,210,114); }
div.DivClassName
{
background-color: #CDD272;
}
.BgClassName
{
background-color: #CDD272;
}
</style>
border-color css
<style>
span { border-color: #CDD272; }
span { border-color: rgb(205,210,114); }
td.TdClassName
{
border-color: #CDD272;
}
.TagClassName
{
border-color: #CDD272;
}
</style>