Shades of Deco #CFCD84
Tints of Deco #CFCD84
RGB
CMYK
RGB Variations
Color information
#CFCD84 (or 0xCFCD84) is known color: Deco. HEX triplet: CF, CD and 84. RGB value is (207,205,132). Sum of RGB (Red+Green+Blue) = 207+205+132=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 132 (51.95% from 255 or 24.26% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCD84 is #30327B. Grayscale: #C5C5C5. Windows color (decimal): -3158652 or 8703439. OLE color: 8703439.
HSL color Cylindrical-coordinate representation of color #CFCD84: hue angle of 58.4º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFCD84 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 132 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.19 |
| HSL | 58.4º | 0.44% | 0.66% | - |
| HSV(B) | 58.4º | 0.36% | 0.81% | - |
| XYZ | 51.73 | 58.59 | 30.41 | - |
| YUV | 197.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 132 | 0 | 0.01 | 0.36 | 0.19 | 58.4 | 0.44 | 0.66 |
| Hex | CF | CD | 84 | 0 | 1 | 24 | 13 | 3A | 2C | 42 |
| Octal | 317 | 315 | 204 | 0 | 1 | 44 | 23 | 72 | 54 | 102 |
| Binary | 11001111 | 11001101 | 10000100 | 0 | 1 | 100100 | 10011 | 111010 | 101100 | 1000010 |
Color Harmonies of #CFCD84
Complementary color
Monochromatic Colors of #CFCD84
Black with #CFCD84
Text Example
Text Example
White with #CFCD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD84; }
p { color: rgb(207,205,132); }
H1.HeaderClassName
{
color: #CFCD84;
}
.AnyTagClassName
{
color: #CFCD84;
}
</style>
background-color css
<style>
a { background-color: #CFCD84; }
a { background-color: rgb(207,205,132); }
div.DivClassName
{
background-color: #CFCD84;
}
.BgClassName
{
background-color: #CFCD84;
}
</style>
border-color css
<style>
span { border-color: #CFCD84; }
span { border-color: rgb(207,205,132); }
td.TdClassName
{
border-color: #CFCD84;
}
.TagClassName
{
border-color: #CFCD84;
}
</style>