Shades of Deco #CFCC7D
Tints of Deco #CFCC7D
RGB
CMYK
RGB Variations
Color information
#CFCC7D (or 0xCFCC7D) is known color: Deco. HEX triplet: CF, CC and 7D. RGB value is (207,204,125). Sum of RGB (Red+Green+Blue) = 207+204+125=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC7D is #303382. Grayscale: #C4C4C4. Windows color (decimal): -3158915 or 8244431. OLE color: 8244431.
HSL color Cylindrical-coordinate representation of color #CFCC7D: hue angle of 57.8º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFCC7D is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 125 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.19 |
| HSL | 57.8º | 0.46% | 0.65% | - |
| HSV(B) | 57.8º | 0.4% | 0.81% | - |
| XYZ | 51.03 | 57.93 | 27.89 | - |
| YUV | 195.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 125 | 0 | 0.01 | 0.40 | 0.19 | 57.8 | 0.46 | 0.65 |
| Hex | CF | CC | 7D | 0 | 1 | 28 | 13 | 3A | 2E | 41 |
| Octal | 317 | 314 | 175 | 0 | 1 | 50 | 23 | 72 | 56 | 101 |
| Binary | 11001111 | 11001100 | 1111101 | 0 | 1 | 101000 | 10011 | 111010 | 101110 | 1000001 |
Color Harmonies of #CFCC7D
Complementary color
Monochromatic Colors of #CFCC7D
Black with #CFCC7D
Text Example
Text Example
White with #CFCC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC7D; }
p { color: rgb(207,204,125); }
H1.HeaderClassName
{
color: #CFCC7D;
}
.AnyTagClassName
{
color: #CFCC7D;
}
</style>
background-color css
<style>
a { background-color: #CFCC7D; }
a { background-color: rgb(207,204,125); }
div.DivClassName
{
background-color: #CFCC7D;
}
.BgClassName
{
background-color: #CFCC7D;
}
</style>
border-color css
<style>
span { border-color: #CFCC7D; }
span { border-color: rgb(207,204,125); }
td.TdClassName
{
border-color: #CFCC7D;
}
.TagClassName
{
border-color: #CFCC7D;
}
</style>