Shades of Deco #CFCB79
Tints of Deco #CFCB79
RGB
CMYK
RGB Variations
Color information
#CFCB79 (or 0xCFCB79) is known color: Deco. HEX triplet: CF, CB and 79. RGB value is (207,203,121). Sum of RGB (Red+Green+Blue) = 207+203+121=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB79 is #303486. Grayscale: #C3C3C3. Windows color (decimal): -3159175 or 7982031. OLE color: 7982031.
HSL color Cylindrical-coordinate representation of color #CFCB79: hue angle of 57.21º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFCB79 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 121 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.19 |
| HSL | 57.21º | 0.47% | 0.64% | - |
| HSV(B) | 57.21º | 0.42% | 0.81% | - |
| XYZ | 50.54 | 57.36 | 26.5 | - |
| YUV | 194.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 121 | 0 | 0.02 | 0.42 | 0.19 | 57.21 | 0.47 | 0.64 |
| Hex | CF | CB | 79 | 0 | 2 | 2A | 13 | 39 | 2F | 40 |
| Octal | 317 | 313 | 171 | 0 | 2 | 52 | 23 | 71 | 57 | 100 |
| Binary | 11001111 | 11001011 | 1111001 | 0 | 10 | 101010 | 10011 | 111001 | 101111 | 1000000 |
Color Harmonies of #CFCB79
Complementary color
Monochromatic Colors of #CFCB79
Black with #CFCB79
Text Example
Text Example
White with #CFCB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB79; }
p { color: rgb(207,203,121); }
H1.HeaderClassName
{
color: #CFCB79;
}
.AnyTagClassName
{
color: #CFCB79;
}
</style>
background-color css
<style>
a { background-color: #CFCB79; }
a { background-color: rgb(207,203,121); }
div.DivClassName
{
background-color: #CFCB79;
}
.BgClassName
{
background-color: #CFCB79;
}
</style>
border-color css
<style>
span { border-color: #CFCB79; }
span { border-color: rgb(207,203,121); }
td.TdClassName
{
border-color: #CFCB79;
}
.TagClassName
{
border-color: #CFCB79;
}
</style>