Shades of Deco #CFCE7A
Tints of Deco #CFCE7A
RGB
CMYK
RGB Variations
Color information
#CFCE7A (or 0xCFCE7A) is known color: Deco. HEX triplet: CF, CE and 7A. RGB value is (207,206,122). Sum of RGB (Red+Green+Blue) = 207+206+122=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE7A is #303185. Grayscale: #C5C5C5. Windows color (decimal): -3158406 or 8048335. OLE color: 8048335.
HSL color Cylindrical-coordinate representation of color #CFCE7A: hue angle of 59.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFCE7A is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 122 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.19 |
| HSL | 59.29º | 0.47% | 0.65% | - |
| HSV(B) | 59.29º | 0.41% | 0.81% | - |
| XYZ | 51.32 | 58.81 | 27.06 | - |
| YUV | 196.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 122 | 0 | 0.00 | 0.41 | 0.19 | 59.29 | 0.47 | 0.65 |
| Hex | CF | CE | 7A | 0 | 0 | 29 | 13 | 3B | 2F | 41 |
| Octal | 317 | 316 | 172 | 0 | 0 | 51 | 23 | 73 | 57 | 101 |
| Binary | 11001111 | 11001110 | 1111010 | 0 | 0 | 101001 | 10011 | 111011 | 101111 | 1000001 |
Color Harmonies of #CFCE7A
Complementary color
Monochromatic Colors of #CFCE7A
Black with #CFCE7A
Text Example
Text Example
White with #CFCE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE7A; }
p { color: rgb(207,206,122); }
H1.HeaderClassName
{
color: #CFCE7A;
}
.AnyTagClassName
{
color: #CFCE7A;
}
</style>
background-color css
<style>
a { background-color: #CFCE7A; }
a { background-color: rgb(207,206,122); }
div.DivClassName
{
background-color: #CFCE7A;
}
.BgClassName
{
background-color: #CFCE7A;
}
</style>
border-color css
<style>
span { border-color: #CFCE7A; }
span { border-color: rgb(207,206,122); }
td.TdClassName
{
border-color: #CFCE7A;
}
.TagClassName
{
border-color: #CFCE7A;
}
</style>