Shades of Deco #CDC86F
Tints of Deco #CDC86F
RGB
CMYK
RGB Variations
Color information
#CDC86F (or 0xCDC86F) is known color: Deco. HEX triplet: CD, C8 and 6F. RGB value is (205,200,111). Sum of RGB (Red+Green+Blue) = 205+200+111=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC86F is #323790. Grayscale: #BFBFBF. Windows color (decimal): -3291025 or 7325901. OLE color: 7325901.
HSL color Cylindrical-coordinate representation of color #CDC86F: hue angle of 56.81º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDC86F is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 111 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.20 |
| HSL | 56.81º | 0.48% | 0.62% | - |
| HSV(B) | 56.81º | 0.46% | 0.8% | - |
| XYZ | 48.7 | 55.44 | 23.17 | - |
| YUV | 191.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 111 | 0 | 0.02 | 0.46 | 0.20 | 56.81 | 0.48 | 0.62 |
| Hex | CD | C8 | 6F | 0 | 2 | 2E | 14 | 39 | 30 | 3E |
| Octal | 315 | 310 | 157 | 0 | 2 | 56 | 24 | 71 | 60 | 76 |
| Binary | 11001101 | 11001000 | 1101111 | 0 | 10 | 101110 | 10100 | 111001 | 110000 | 111110 |
Color Harmonies of #CDC86F
Complementary color
Monochromatic Colors of #CDC86F
Black with #CDC86F
Text Example
Text Example
White with #CDC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC86F; }
p { color: rgb(205,200,111); }
H1.HeaderClassName
{
color: #CDC86F;
}
.AnyTagClassName
{
color: #CDC86F;
}
</style>
background-color css
<style>
a { background-color: #CDC86F; }
a { background-color: rgb(205,200,111); }
div.DivClassName
{
background-color: #CDC86F;
}
.BgClassName
{
background-color: #CDC86F;
}
</style>
border-color css
<style>
span { border-color: #CDC86F; }
span { border-color: rgb(205,200,111); }
td.TdClassName
{
border-color: #CDC86F;
}
.TagClassName
{
border-color: #CDC86F;
}
</style>