Shades of Deco #CFCC7B
Tints of Deco #CFCC7B
RGB
CMYK
RGB Variations
Color information
#CFCC7B (or 0xCFCC7B) is known color: Deco. HEX triplet: CF, CC and 7B. RGB value is (207,204,123). Sum of RGB (Red+Green+Blue) = 207+204+123=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC7B is #303384. Grayscale: #C3C3C3. Windows color (decimal): -3158917 or 8113359. OLE color: 8113359.
HSL color Cylindrical-coordinate representation of color #CFCC7B: hue angle of 57.86º 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 #CFCC7B is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 123 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.19 |
| HSL | 57.86º | 0.47% | 0.65% | - |
| HSV(B) | 57.86º | 0.41% | 0.81% | - |
| XYZ | 50.9 | 57.88 | 27.23 | - |
| YUV | 195.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 123 | 0 | 0.01 | 0.41 | 0.19 | 57.86 | 0.47 | 0.65 |
| Hex | CF | CC | 7B | 0 | 1 | 29 | 13 | 3A | 2F | 41 |
| Octal | 317 | 314 | 173 | 0 | 1 | 51 | 23 | 72 | 57 | 101 |
| Binary | 11001111 | 11001100 | 1111011 | 0 | 1 | 101001 | 10011 | 111010 | 101111 | 1000001 |
Color Harmonies of #CFCC7B
Complementary color
Monochromatic Colors of #CFCC7B
Black with #CFCC7B
Text Example
Text Example
White with #CFCC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC7B; }
p { color: rgb(207,204,123); }
H1.HeaderClassName
{
color: #CFCC7B;
}
.AnyTagClassName
{
color: #CFCC7B;
}
</style>
background-color css
<style>
a { background-color: #CFCC7B; }
a { background-color: rgb(207,204,123); }
div.DivClassName
{
background-color: #CFCC7B;
}
.BgClassName
{
background-color: #CFCC7B;
}
</style>
border-color css
<style>
span { border-color: #CFCC7B; }
span { border-color: rgb(207,204,123); }
td.TdClassName
{
border-color: #CFCC7B;
}
.TagClassName
{
border-color: #CFCC7B;
}
</style>