Shades of Deco #CFDC87
Tints of Deco #CFDC87
RGB
CMYK
RGB Variations
Color information
#CFDC87 (or 0xCFDC87) is known color: Deco. HEX triplet: CF, DC and 87. RGB value is (207,220,135). Sum of RGB (Red+Green+Blue) = 207+220+135=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 135 (53.12% from 255 or 24.02% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDC87 is #302378. Grayscale: #CECECE. Windows color (decimal): -3154809 or 8903887. OLE color: 8903887.
HSL color Cylindrical-coordinate representation of color #CFDC87: hue angle of 69.18º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFDC87 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 135 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.14 |
| HSL | 69.18º | 0.55% | 0.7% | - |
| HSV(B) | 69.18º | 0.39% | 0.86% | - |
| XYZ | 55.7 | 66.2 | 32.76 | - |
| YUV | 206.42 | 87.69 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 135 | 0.06 | 0 | 0.39 | 0.14 | 69.18 | 0.55 | 0.7 |
| Hex | CF | DC | 87 | 6 | 0 | 27 | E | 45 | 37 | 46 |
| Octal | 317 | 334 | 207 | 6 | 0 | 47 | 16 | 105 | 67 | 106 |
| Binary | 11001111 | 11011100 | 10000111 | 110 | 0 | 100111 | 1110 | 1000101 | 110111 | 1000110 |
Color Harmonies of #CFDC87
Complementary color
Monochromatic Colors of #CFDC87
Black with #CFDC87
Text Example
Text Example
White with #CFDC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC87; }
p { color: rgb(207,220,135); }
H1.HeaderClassName
{
color: #CFDC87;
}
.AnyTagClassName
{
color: #CFDC87;
}
</style>
background-color css
<style>
a { background-color: #CFDC87; }
a { background-color: rgb(207,220,135); }
div.DivClassName
{
background-color: #CFDC87;
}
.BgClassName
{
background-color: #CFDC87;
}
</style>
border-color css
<style>
span { border-color: #CFDC87; }
span { border-color: rgb(207,220,135); }
td.TdClassName
{
border-color: #CFDC87;
}
.TagClassName
{
border-color: #CFDC87;
}
</style>