Shades of Deco #CFD078
Tints of Deco #CFD078
RGB
CMYK
RGB Variations
Color information
#CFD078 (or 0xCFD078) is known color: Deco. HEX triplet: CF, D0 and 78. RGB value is (207,208,120). Sum of RGB (Red+Green+Blue) = 207+208+120=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD078 is #302F87. Grayscale: #C6C6C6. Windows color (decimal): -3157896 or 7917775. OLE color: 7917775.
HSL color Cylindrical-coordinate representation of color #CFD078: hue angle of 60.68º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFD078 is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 120 | - |
| CMYK | 0.00 | 0 | 0.42 | 0.18 |
| HSL | 60.68º | 0.48% | 0.64% | - |
| HSV(B) | 60.68º | 0.42% | 0.82% | - |
| XYZ | 51.68 | 59.73 | 26.58 | - |
| YUV | 197.67 | 84.17 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 120 | 0.00 | 0 | 0.42 | 0.18 | 60.68 | 0.48 | 0.64 |
| Hex | CF | D0 | 78 | 0 | 0 | 2A | 12 | 3D | 30 | 40 |
| Octal | 317 | 320 | 170 | 0 | 0 | 52 | 22 | 75 | 60 | 100 |
| Binary | 11001111 | 11010000 | 1111000 | 0 | 0 | 101010 | 10010 | 111101 | 110000 | 1000000 |
Color Harmonies of #CFD078
Complementary color
Monochromatic Colors of #CFD078
Black with #CFD078
Text Example
Text Example
White with #CFD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD078; }
p { color: rgb(207,208,120); }
H1.HeaderClassName
{
color: #CFD078;
}
.AnyTagClassName
{
color: #CFD078;
}
</style>
background-color css
<style>
a { background-color: #CFD078; }
a { background-color: rgb(207,208,120); }
div.DivClassName
{
background-color: #CFD078;
}
.BgClassName
{
background-color: #CFD078;
}
</style>
border-color css
<style>
span { border-color: #CFD078; }
span { border-color: rgb(207,208,120); }
td.TdClassName
{
border-color: #CFD078;
}
.TagClassName
{
border-color: #CFD078;
}
</style>