Shades of Deco #CDD592
Tints of Deco #CDD592
RGB
CMYK
RGB Variations
Color information
#CDD592 (or 0xCDD592) is known color: Deco. HEX triplet: CD, D5 and 92. RGB value is (205,213,146). Sum of RGB (Red+Green+Blue) = 205+213+146=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD592 is #322A6D. Grayscale: #CBCBCB. Windows color (decimal): -3287662 or 9622989. OLE color: 9622989.
HSL color Cylindrical-coordinate representation of color #CDD592: hue angle of 67.16º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDD592 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 146 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.16 |
| HSL | 67.16º | 0.44% | 0.7% | - |
| HSV(B) | 67.16º | 0.31% | 0.84% | - |
| XYZ | 54.16 | 62.64 | 36.43 | - |
| YUV | 202.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 146 | 0.04 | 0 | 0.31 | 0.16 | 67.16 | 0.44 | 0.7 |
| Hex | CD | D5 | 92 | 4 | 0 | 1F | 10 | 43 | 2C | 46 |
| Octal | 315 | 325 | 222 | 4 | 0 | 37 | 20 | 103 | 54 | 106 |
| Binary | 11001101 | 11010101 | 10010010 | 100 | 0 | 11111 | 10000 | 1000011 | 101100 | 1000110 |
Color Harmonies of #CDD592
Complementary color
Monochromatic Colors of #CDD592
Black with #CDD592
Text Example
Text Example
White with #CDD592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD592; }
p { color: rgb(205,213,146); }
H1.HeaderClassName
{
color: #CDD592;
}
.AnyTagClassName
{
color: #CDD592;
}
</style>
background-color css
<style>
a { background-color: #CDD592; }
a { background-color: rgb(205,213,146); }
div.DivClassName
{
background-color: #CDD592;
}
.BgClassName
{
background-color: #CDD592;
}
</style>
border-color css
<style>
span { border-color: #CDD592; }
span { border-color: rgb(205,213,146); }
td.TdClassName
{
border-color: #CDD592;
}
.TagClassName
{
border-color: #CDD592;
}
</style>