Shades of Deco #CFD77D
Tints of Deco #CFD77D
RGB
CMYK
RGB Variations
Color information
#CFD77D (or 0xCFD77D) is known color: Deco. HEX triplet: CF, D7 and 7D. RGB value is (207,215,125). Sum of RGB (Red+Green+Blue) = 207+215+125=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD77D is #302882. Grayscale: #CACACA. Windows color (decimal): -3156099 or 8247247. OLE color: 8247247.
HSL color Cylindrical-coordinate representation of color #CFD77D: hue angle of 65.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFD77D is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 125 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.16 |
| HSL | 65.33º | 0.53% | 0.67% | - |
| HSV(B) | 65.33º | 0.42% | 0.84% | - |
| XYZ | 53.73 | 63.35 | 28.8 | - |
| YUV | 202.35 | 84.35 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 125 | 0.04 | 0 | 0.42 | 0.16 | 65.33 | 0.53 | 0.67 |
| Hex | CF | D7 | 7D | 4 | 0 | 2A | 10 | 41 | 35 | 43 |
| Octal | 317 | 327 | 175 | 4 | 0 | 52 | 20 | 101 | 65 | 103 |
| Binary | 11001111 | 11010111 | 1111101 | 100 | 0 | 101010 | 10000 | 1000001 | 110101 | 1000011 |
Color Harmonies of #CFD77D
Complementary color
Monochromatic Colors of #CFD77D
Black with #CFD77D
Text Example
Text Example
White with #CFD77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD77D; }
p { color: rgb(207,215,125); }
H1.HeaderClassName
{
color: #CFD77D;
}
.AnyTagClassName
{
color: #CFD77D;
}
</style>
background-color css
<style>
a { background-color: #CFD77D; }
a { background-color: rgb(207,215,125); }
div.DivClassName
{
background-color: #CFD77D;
}
.BgClassName
{
background-color: #CFD77D;
}
</style>
border-color css
<style>
span { border-color: #CFD77D; }
span { border-color: rgb(207,215,125); }
td.TdClassName
{
border-color: #CFD77D;
}
.TagClassName
{
border-color: #CFD77D;
}
</style>