Shades of Deco #CDC985
Tints of Deco #CDC985
RGB
CMYK
RGB Variations
Color information
#CDC985 (or 0xCDC985) is known color: Deco. HEX triplet: CD, C9 and 85. RGB value is (205,201,133). Sum of RGB (Red+Green+Blue) = 205+201+133=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC985 is #32367A. Grayscale: #C2C2C2. Windows color (decimal): -3290747 or 8767949. OLE color: 8767949.
HSL color Cylindrical-coordinate representation of color #CDC985: hue angle of 56.67º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDC985 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 133 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.20 |
| HSL | 56.67º | 0.42% | 0.66% | - |
| HSV(B) | 56.67º | 0.35% | 0.8% | - |
| XYZ | 50.3 | 56.45 | 30.43 | - |
| YUV | 194.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 133 | 0 | 0.02 | 0.35 | 0.20 | 56.67 | 0.42 | 0.66 |
| Hex | CD | C9 | 85 | 0 | 2 | 23 | 14 | 39 | 2A | 42 |
| Octal | 315 | 311 | 205 | 0 | 2 | 43 | 24 | 71 | 52 | 102 |
| Binary | 11001101 | 11001001 | 10000101 | 0 | 10 | 100011 | 10100 | 111001 | 101010 | 1000010 |
Color Harmonies of #CDC985
Complementary color
Monochromatic Colors of #CDC985
Black with #CDC985
Text Example
Text Example
White with #CDC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC985; }
p { color: rgb(205,201,133); }
H1.HeaderClassName
{
color: #CDC985;
}
.AnyTagClassName
{
color: #CDC985;
}
</style>
background-color css
<style>
a { background-color: #CDC985; }
a { background-color: rgb(205,201,133); }
div.DivClassName
{
background-color: #CDC985;
}
.BgClassName
{
background-color: #CDC985;
}
</style>
border-color css
<style>
span { border-color: #CDC985; }
span { border-color: rgb(205,201,133); }
td.TdClassName
{
border-color: #CDC985;
}
.TagClassName
{
border-color: #CDC985;
}
</style>