Shades of Deco #CDC984
Tints of Deco #CDC984
RGB
CMYK
RGB Variations
Color information
#CDC984 (or 0xCDC984) is known color: Deco. HEX triplet: CD, C9 and 84. RGB value is (205,201,132). Sum of RGB (Red+Green+Blue) = 205+201+132=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC984 is #32367B. Grayscale: #C2C2C2. Windows color (decimal): -3290748 or 8702413. OLE color: 8702413.
HSL color Cylindrical-coordinate representation of color #CDC984: hue angle of 56.71º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDC984 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 132 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.20 |
| HSL | 56.71º | 0.42% | 0.66% | - |
| HSV(B) | 56.71º | 0.36% | 0.8% | - |
| XYZ | 50.23 | 56.42 | 30.07 | - |
| YUV | 194.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 132 | 0 | 0.02 | 0.36 | 0.20 | 56.71 | 0.42 | 0.66 |
| Hex | CD | C9 | 84 | 0 | 2 | 24 | 14 | 39 | 2A | 42 |
| Octal | 315 | 311 | 204 | 0 | 2 | 44 | 24 | 71 | 52 | 102 |
| Binary | 11001101 | 11001001 | 10000100 | 0 | 10 | 100100 | 10100 | 111001 | 101010 | 1000010 |
Color Harmonies of #CDC984
Complementary color
Monochromatic Colors of #CDC984
Black with #CDC984
Text Example
Text Example
White with #CDC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC984; }
p { color: rgb(205,201,132); }
H1.HeaderClassName
{
color: #CDC984;
}
.AnyTagClassName
{
color: #CDC984;
}
</style>
background-color css
<style>
a { background-color: #CDC984; }
a { background-color: rgb(205,201,132); }
div.DivClassName
{
background-color: #CDC984;
}
.BgClassName
{
background-color: #CDC984;
}
</style>
border-color css
<style>
span { border-color: #CDC984; }
span { border-color: rgb(205,201,132); }
td.TdClassName
{
border-color: #CDC984;
}
.TagClassName
{
border-color: #CDC984;
}
</style>