Shades of Deco #CFCD87
Tints of Deco #CFCD87
RGB
CMYK
RGB Variations
Color information
#CFCD87 (or 0xCFCD87) is known color: Deco. HEX triplet: CF, CD and 87. RGB value is (207,205,135). Sum of RGB (Red+Green+Blue) = 207+205+135=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 135 (53.12% from 255 or 24.68% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCD87 is #303278. Grayscale: #C5C5C5. Windows color (decimal): -3158649 or 8900047. OLE color: 8900047.
HSL color Cylindrical-coordinate representation of color #CFCD87: hue angle of 58.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFCD87 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 135 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.19 |
| HSL | 58.33º | 0.43% | 0.67% | - |
| HSV(B) | 58.33º | 0.35% | 0.81% | - |
| XYZ | 51.94 | 58.68 | 31.51 | - |
| YUV | 197.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 135 | 0 | 0.01 | 0.35 | 0.19 | 58.33 | 0.43 | 0.67 |
| Hex | CF | CD | 87 | 0 | 1 | 23 | 13 | 3A | 2B | 43 |
| Octal | 317 | 315 | 207 | 0 | 1 | 43 | 23 | 72 | 53 | 103 |
| Binary | 11001111 | 11001101 | 10000111 | 0 | 1 | 100011 | 10011 | 111010 | 101011 | 1000011 |
Color Harmonies of #CFCD87
Complementary color
Monochromatic Colors of #CFCD87
Black with #CFCD87
Text Example
Text Example
White with #CFCD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD87; }
p { color: rgb(207,205,135); }
H1.HeaderClassName
{
color: #CFCD87;
}
.AnyTagClassName
{
color: #CFCD87;
}
</style>
background-color css
<style>
a { background-color: #CFCD87; }
a { background-color: rgb(207,205,135); }
div.DivClassName
{
background-color: #CFCD87;
}
.BgClassName
{
background-color: #CFCD87;
}
</style>
border-color css
<style>
span { border-color: #CFCD87; }
span { border-color: rgb(207,205,135); }
td.TdClassName
{
border-color: #CFCD87;
}
.TagClassName
{
border-color: #CFCD87;
}
</style>