Shades of Deco #CFCD89
Tints of Deco #CFCD89
RGB
CMYK
RGB Variations
Color information
#CFCD89 (or 0xCFCD89) is known color: Deco. HEX triplet: CF, CD and 89. RGB value is (207,205,137). Sum of RGB (Red+Green+Blue) = 207+205+137=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCD89 is #303276. Grayscale: #C6C6C6. Windows color (decimal): -3158647 or 9031119. OLE color: 9031119.
HSL color Cylindrical-coordinate representation of color #CFCD89: hue angle of 58.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFCD89 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 137 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.19 |
| HSL | 58.29º | 0.42% | 0.67% | - |
| HSV(B) | 58.29º | 0.34% | 0.81% | - |
| XYZ | 52.08 | 58.73 | 32.26 | - |
| YUV | 197.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 137 | 0 | 0.01 | 0.34 | 0.19 | 58.29 | 0.42 | 0.67 |
| Hex | CF | CD | 89 | 0 | 1 | 22 | 13 | 3A | 2A | 43 |
| Octal | 317 | 315 | 211 | 0 | 1 | 42 | 23 | 72 | 52 | 103 |
| Binary | 11001111 | 11001101 | 10001001 | 0 | 1 | 100010 | 10011 | 111010 | 101010 | 1000011 |
Color Harmonies of #CFCD89
Complementary color
Monochromatic Colors of #CFCD89
Black with #CFCD89
Text Example
Text Example
White with #CFCD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD89; }
p { color: rgb(207,205,137); }
H1.HeaderClassName
{
color: #CFCD89;
}
.AnyTagClassName
{
color: #CFCD89;
}
</style>
background-color css
<style>
a { background-color: #CFCD89; }
a { background-color: rgb(207,205,137); }
div.DivClassName
{
background-color: #CFCD89;
}
.BgClassName
{
background-color: #CFCD89;
}
</style>
border-color css
<style>
span { border-color: #CFCD89; }
span { border-color: rgb(207,205,137); }
td.TdClassName
{
border-color: #CFCD89;
}
.TagClassName
{
border-color: #CFCD89;
}
</style>