Shades of Deco #CFD074
Tints of Deco #CFD074
RGB
CMYK
RGB Variations
Color information
#CFD074 (or 0xCFD074) is known color: Deco. HEX triplet: CF, D0 and 74. RGB value is (207,208,116). Sum of RGB (Red+Green+Blue) = 207+208+116=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD074 is #302F8B. Grayscale: #C5C5C5. Windows color (decimal): -3157900 or 7655631. OLE color: 7655631.
HSL color Cylindrical-coordinate representation of color #CFD074: hue angle of 60.65º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFD074 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 116 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.18 |
| HSL | 60.65º | 0.49% | 0.64% | - |
| HSV(B) | 60.65º | 0.44% | 0.82% | - |
| XYZ | 51.44 | 59.64 | 25.32 | - |
| YUV | 197.21 | 82.17 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 116 | 0.00 | 0 | 0.44 | 0.18 | 60.65 | 0.49 | 0.64 |
| Hex | CF | D0 | 74 | 0 | 0 | 2C | 12 | 3D | 31 | 40 |
| Octal | 317 | 320 | 164 | 0 | 0 | 54 | 22 | 75 | 61 | 100 |
| Binary | 11001111 | 11010000 | 1110100 | 0 | 0 | 101100 | 10010 | 111101 | 110001 | 1000000 |
Color Harmonies of #CFD074
Complementary color
Monochromatic Colors of #CFD074
Black with #CFD074
Text Example
Text Example
White with #CFD074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD074; }
p { color: rgb(207,208,116); }
H1.HeaderClassName
{
color: #CFD074;
}
.AnyTagClassName
{
color: #CFD074;
}
</style>
background-color css
<style>
a { background-color: #CFD074; }
a { background-color: rgb(207,208,116); }
div.DivClassName
{
background-color: #CFD074;
}
.BgClassName
{
background-color: #CFD074;
}
</style>
border-color css
<style>
span { border-color: #CFD074; }
span { border-color: rgb(207,208,116); }
td.TdClassName
{
border-color: #CFD074;
}
.TagClassName
{
border-color: #CFD074;
}
</style>