Shades of Deco #CFD07A
Tints of Deco #CFD07A
RGB
CMYK
RGB Variations
Color information
#CFD07A (or 0xCFD07A) is known color: Deco. HEX triplet: CF, D0 and 7A. RGB value is (207,208,122). Sum of RGB (Red+Green+Blue) = 207+208+122=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD07A is #302F85. Grayscale: #C6C6C6. Windows color (decimal): -3157894 or 8048847. OLE color: 8048847.
HSL color Cylindrical-coordinate representation of color #CFD07A: hue angle of 60.7º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFD07A is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 122 | - |
| CMYK | 0.00 | 0 | 0.41 | 0.18 |
| HSL | 60.7º | 0.48% | 0.65% | - |
| HSV(B) | 60.7º | 0.41% | 0.82% | - |
| XYZ | 51.8 | 59.78 | 27.22 | - |
| YUV | 197.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 122 | 0.00 | 0 | 0.41 | 0.18 | 60.7 | 0.48 | 0.65 |
| Hex | CF | D0 | 7A | 0 | 0 | 29 | 12 | 3D | 30 | 41 |
| Octal | 317 | 320 | 172 | 0 | 0 | 51 | 22 | 75 | 60 | 101 |
| Binary | 11001111 | 11010000 | 1111010 | 0 | 0 | 101001 | 10010 | 111101 | 110000 | 1000001 |
Color Harmonies of #CFD07A
Complementary color
Monochromatic Colors of #CFD07A
Black with #CFD07A
Text Example
Text Example
White with #CFD07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD07A; }
p { color: rgb(207,208,122); }
H1.HeaderClassName
{
color: #CFD07A;
}
.AnyTagClassName
{
color: #CFD07A;
}
</style>
background-color css
<style>
a { background-color: #CFD07A; }
a { background-color: rgb(207,208,122); }
div.DivClassName
{
background-color: #CFD07A;
}
.BgClassName
{
background-color: #CFD07A;
}
</style>
border-color css
<style>
span { border-color: #CFD07A; }
span { border-color: rgb(207,208,122); }
td.TdClassName
{
border-color: #CFD07A;
}
.TagClassName
{
border-color: #CFD07A;
}
</style>