Shades of Deco #CDD794
Tints of Deco #CDD794
RGB
CMYK
RGB Variations
Color information
#CDD794 (or 0xCDD794) is known color: Deco. HEX triplet: CD, D7 and 94. RGB value is (205,215,148). Sum of RGB (Red+Green+Blue) = 205+215+148=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD794 is #32286B. Grayscale: #CCCCCC. Windows color (decimal): -3287148 or 9754573. OLE color: 9754573.
HSL color Cylindrical-coordinate representation of color #CDD794: hue angle of 68.96º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDD794 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 148 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.16 |
| HSL | 68.96º | 0.46% | 0.71% | - |
| HSV(B) | 68.96º | 0.31% | 0.84% | - |
| XYZ | 54.82 | 63.72 | 37.43 | - |
| YUV | 204.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 148 | 0.05 | 0 | 0.31 | 0.16 | 68.96 | 0.46 | 0.71 |
| Hex | CD | D7 | 94 | 5 | 0 | 1F | 10 | 45 | 2E | 47 |
| Octal | 315 | 327 | 224 | 5 | 0 | 37 | 20 | 105 | 56 | 107 |
| Binary | 11001101 | 11010111 | 10010100 | 101 | 0 | 11111 | 10000 | 1000101 | 101110 | 1000111 |
Color Harmonies of #CDD794
Complementary color
Monochromatic Colors of #CDD794
Black with #CDD794
Text Example
Text Example
White with #CDD794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD794; }
p { color: rgb(205,215,148); }
H1.HeaderClassName
{
color: #CDD794;
}
.AnyTagClassName
{
color: #CDD794;
}
</style>
background-color css
<style>
a { background-color: #CDD794; }
a { background-color: rgb(205,215,148); }
div.DivClassName
{
background-color: #CDD794;
}
.BgClassName
{
background-color: #CDD794;
}
</style>
border-color css
<style>
span { border-color: #CDD794; }
span { border-color: rgb(205,215,148); }
td.TdClassName
{
border-color: #CDD794;
}
.TagClassName
{
border-color: #CDD794;
}
</style>