Shades of Deco #CFCD85
Tints of Deco #CFCD85
RGB
CMYK
RGB Variations
Color information
#CFCD85 (or 0xCFCD85) is known color: Deco. HEX triplet: CF, CD and 85. RGB value is (207,205,133). Sum of RGB (Red+Green+Blue) = 207+205+133=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCD85 is #30327A. Grayscale: #C5C5C5. Windows color (decimal): -3158651 or 8768975. OLE color: 8768975.
HSL color Cylindrical-coordinate representation of color #CFCD85: hue angle of 58.38º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFCD85 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 133 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.19 |
| HSL | 58.38º | 0.44% | 0.67% | - |
| HSV(B) | 58.38º | 0.36% | 0.81% | - |
| XYZ | 51.8 | 58.62 | 30.78 | - |
| YUV | 197.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 133 | 0 | 0.01 | 0.36 | 0.19 | 58.38 | 0.44 | 0.67 |
| Hex | CF | CD | 85 | 0 | 1 | 24 | 13 | 3A | 2C | 43 |
| Octal | 317 | 315 | 205 | 0 | 1 | 44 | 23 | 72 | 54 | 103 |
| Binary | 11001111 | 11001101 | 10000101 | 0 | 1 | 100100 | 10011 | 111010 | 101100 | 1000011 |
Color Harmonies of #CFCD85
Complementary color
Monochromatic Colors of #CFCD85
Black with #CFCD85
Text Example
Text Example
White with #CFCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD85; }
p { color: rgb(207,205,133); }
H1.HeaderClassName
{
color: #CFCD85;
}
.AnyTagClassName
{
color: #CFCD85;
}
</style>
background-color css
<style>
a { background-color: #CFCD85; }
a { background-color: rgb(207,205,133); }
div.DivClassName
{
background-color: #CFCD85;
}
.BgClassName
{
background-color: #CFCD85;
}
</style>
border-color css
<style>
span { border-color: #CFCD85; }
span { border-color: rgb(207,205,133); }
td.TdClassName
{
border-color: #CFCD85;
}
.TagClassName
{
border-color: #CFCD85;
}
</style>