Shades of Deco #CDD883
Tints of Deco #CDD883
RGB
CMYK
RGB Variations
Color information
#CDD883 (or 0xCDD883) is known color: Deco. HEX triplet: CD, D8 and 83. RGB value is (205,216,131). Sum of RGB (Red+Green+Blue) = 205+216+131=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD883 is #32277C. Grayscale: #CBCBCB. Windows color (decimal): -3286909 or 8640717. OLE color: 8640717.
HSL color Cylindrical-coordinate representation of color #CDD883: hue angle of 67.76º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDD883 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 131 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.15 |
| HSL | 67.76º | 0.52% | 0.68% | - |
| HSV(B) | 67.76º | 0.39% | 0.85% | - |
| XYZ | 53.83 | 63.73 | 30.94 | - |
| YUV | 203.02 | 87.36 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 131 | 0.05 | 0 | 0.39 | 0.15 | 67.76 | 0.52 | 0.68 |
| Hex | CD | D8 | 83 | 5 | 0 | 27 | F | 44 | 34 | 44 |
| Octal | 315 | 330 | 203 | 5 | 0 | 47 | 17 | 104 | 64 | 104 |
| Binary | 11001101 | 11011000 | 10000011 | 101 | 0 | 100111 | 1111 | 1000100 | 110100 | 1000100 |
Color Harmonies of #CDD883
Complementary color
Monochromatic Colors of #CDD883
Black with #CDD883
Text Example
Text Example
White with #CDD883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD883; }
p { color: rgb(205,216,131); }
H1.HeaderClassName
{
color: #CDD883;
}
.AnyTagClassName
{
color: #CDD883;
}
</style>
background-color css
<style>
a { background-color: #CDD883; }
a { background-color: rgb(205,216,131); }
div.DivClassName
{
background-color: #CDD883;
}
.BgClassName
{
background-color: #CDD883;
}
</style>
border-color css
<style>
span { border-color: #CDD883; }
span { border-color: rgb(205,216,131); }
td.TdClassName
{
border-color: #CDD883;
}
.TagClassName
{
border-color: #CDD883;
}
</style>