Shades of Deco #CFD77B
Tints of Deco #CFD77B
RGB
CMYK
RGB Variations
Color information
#CFD77B (or 0xCFD77B) is known color: Deco. HEX triplet: CF, D7 and 7B. RGB value is (207,215,123). Sum of RGB (Red+Green+Blue) = 207+215+123=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD77B is #302884. Grayscale: #CACACA. Windows color (decimal): -3156101 or 8116175. OLE color: 8116175.
HSL color Cylindrical-coordinate representation of color #CFD77B: hue angle of 65.22º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFD77B is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 123 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.16 |
| HSL | 65.22º | 0.53% | 0.66% | - |
| HSV(B) | 65.22º | 0.43% | 0.84% | - |
| XYZ | 53.61 | 63.3 | 28.13 | - |
| YUV | 202.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 123 | 0.04 | 0 | 0.43 | 0.16 | 65.22 | 0.53 | 0.66 |
| Hex | CF | D7 | 7B | 4 | 0 | 2B | 10 | 41 | 35 | 42 |
| Octal | 317 | 327 | 173 | 4 | 0 | 53 | 20 | 101 | 65 | 102 |
| Binary | 11001111 | 11010111 | 1111011 | 100 | 0 | 101011 | 10000 | 1000001 | 110101 | 1000010 |
Color Harmonies of #CFD77B
Complementary color
Monochromatic Colors of #CFD77B
Black with #CFD77B
Text Example
Text Example
White with #CFD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD77B; }
p { color: rgb(207,215,123); }
H1.HeaderClassName
{
color: #CFD77B;
}
.AnyTagClassName
{
color: #CFD77B;
}
</style>
background-color css
<style>
a { background-color: #CFD77B; }
a { background-color: rgb(207,215,123); }
div.DivClassName
{
background-color: #CFD77B;
}
.BgClassName
{
background-color: #CFD77B;
}
</style>
border-color css
<style>
span { border-color: #CFD77B; }
span { border-color: rgb(207,215,123); }
td.TdClassName
{
border-color: #CFD77B;
}
.TagClassName
{
border-color: #CFD77B;
}
</style>