Shades of Deco #CFD78D
Tints of Deco #CFD78D
RGB
CMYK
RGB Variations
Color information
#CFD78D (or 0xCFD78D) is known color: Deco. HEX triplet: CF, D7 and 8D. RGB value is (207,215,141). Sum of RGB (Red+Green+Blue) = 207+215+141=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD78D is #302872. Grayscale: #CCCCCC. Windows color (decimal): -3156083 or 9295823. OLE color: 9295823.
HSL color Cylindrical-coordinate representation of color #CFD78D: hue angle of 66.49º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFD78D is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 141 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.16 |
| HSL | 66.49º | 0.48% | 0.7% | - |
| HSV(B) | 66.49º | 0.34% | 0.84% | - |
| XYZ | 54.84 | 63.79 | 34.62 | - |
| YUV | 204.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 141 | 0.04 | 0 | 0.34 | 0.16 | 66.49 | 0.48 | 0.7 |
| Hex | CF | D7 | 8D | 4 | 0 | 22 | 10 | 42 | 30 | 46 |
| Octal | 317 | 327 | 215 | 4 | 0 | 42 | 20 | 102 | 60 | 106 |
| Binary | 11001111 | 11010111 | 10001101 | 100 | 0 | 100010 | 10000 | 1000010 | 110000 | 1000110 |
Color Harmonies of #CFD78D
Complementary color
Monochromatic Colors of #CFD78D
Black with #CFD78D
Text Example
Text Example
White with #CFD78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD78D; }
p { color: rgb(207,215,141); }
H1.HeaderClassName
{
color: #CFD78D;
}
.AnyTagClassName
{
color: #CFD78D;
}
</style>
background-color css
<style>
a { background-color: #CFD78D; }
a { background-color: rgb(207,215,141); }
div.DivClassName
{
background-color: #CFD78D;
}
.BgClassName
{
background-color: #CFD78D;
}
</style>
border-color css
<style>
span { border-color: #CFD78D; }
span { border-color: rgb(207,215,141); }
td.TdClassName
{
border-color: #CFD78D;
}
.TagClassName
{
border-color: #CFD78D;
}
</style>