Shades of Deco #CDD792
Tints of Deco #CDD792
RGB
CMYK
RGB Variations
Color information
#CDD792 (or 0xCDD792) is known color: Deco. HEX triplet: CD, D7 and 92. RGB value is (205,215,146). Sum of RGB (Red+Green+Blue) = 205+215+146=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD792 is #32286D. Grayscale: #CCCCCC. Windows color (decimal): -3287150 or 9623501. OLE color: 9623501.
HSL color Cylindrical-coordinate representation of color #CDD792: hue angle of 68.7º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDD792 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 146 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.16 |
| HSL | 68.7º | 0.46% | 0.71% | - |
| HSV(B) | 68.7º | 0.32% | 0.84% | - |
| XYZ | 54.67 | 63.66 | 36.6 | - |
| YUV | 204.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 146 | 0.05 | 0 | 0.32 | 0.16 | 68.7 | 0.46 | 0.71 |
| Hex | CD | D7 | 92 | 5 | 0 | 20 | 10 | 45 | 2E | 47 |
| Octal | 315 | 327 | 222 | 5 | 0 | 40 | 20 | 105 | 56 | 107 |
| Binary | 11001101 | 11010111 | 10010010 | 101 | 0 | 100000 | 10000 | 1000101 | 101110 | 1000111 |
Color Harmonies of #CDD792
Complementary color
Monochromatic Colors of #CDD792
Black with #CDD792
Text Example
Text Example
White with #CDD792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD792; }
p { color: rgb(205,215,146); }
H1.HeaderClassName
{
color: #CDD792;
}
.AnyTagClassName
{
color: #CDD792;
}
</style>
background-color css
<style>
a { background-color: #CDD792; }
a { background-color: rgb(205,215,146); }
div.DivClassName
{
background-color: #CDD792;
}
.BgClassName
{
background-color: #CDD792;
}
</style>
border-color css
<style>
span { border-color: #CDD792; }
span { border-color: rgb(205,215,146); }
td.TdClassName
{
border-color: #CDD792;
}
.TagClassName
{
border-color: #CDD792;
}
</style>