Shades of Deco #CFCE7F
Tints of Deco #CFCE7F
RGB
CMYK
RGB Variations
Color information
#CFCE7F (or 0xCFCE7F) is known color: Deco. HEX triplet: CF, CE and 7F. RGB value is (207,206,127). Sum of RGB (Red+Green+Blue) = 207+206+127=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE7F is #303180. Grayscale: #C5C5C5. Windows color (decimal): -3158401 or 8376015. OLE color: 8376015.
HSL color Cylindrical-coordinate representation of color #CFCE7F: hue angle of 59.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFCE7F is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 127 | - |
| CMYK | 0 | 0.00 | 0.39 | 0.19 |
| HSL | 59.25º | 0.45% | 0.65% | - |
| HSV(B) | 59.25º | 0.39% | 0.81% | - |
| XYZ | 51.63 | 58.94 | 28.73 | - |
| YUV | 197.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 127 | 0 | 0.00 | 0.39 | 0.19 | 59.25 | 0.45 | 0.65 |
| Hex | CF | CE | 7F | 0 | 0 | 27 | 13 | 3B | 2D | 41 |
| Octal | 317 | 316 | 177 | 0 | 0 | 47 | 23 | 73 | 55 | 101 |
| Binary | 11001111 | 11001110 | 1111111 | 0 | 0 | 100111 | 10011 | 111011 | 101101 | 1000001 |
Color Harmonies of #CFCE7F
Complementary color
Monochromatic Colors of #CFCE7F
Black with #CFCE7F
Text Example
Text Example
White with #CFCE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE7F; }
p { color: rgb(207,206,127); }
H1.HeaderClassName
{
color: #CFCE7F;
}
.AnyTagClassName
{
color: #CFCE7F;
}
</style>
background-color css
<style>
a { background-color: #CFCE7F; }
a { background-color: rgb(207,206,127); }
div.DivClassName
{
background-color: #CFCE7F;
}
.BgClassName
{
background-color: #CFCE7F;
}
</style>
border-color css
<style>
span { border-color: #CFCE7F; }
span { border-color: rgb(207,206,127); }
td.TdClassName
{
border-color: #CFCE7F;
}
.TagClassName
{
border-color: #CFCE7F;
}
</style>