Shades of Deco #CFD78F
Tints of Deco #CFD78F
RGB
CMYK
RGB Variations
Color information
#CFD78F (or 0xCFD78F) is known color: Deco. HEX triplet: CF, D7 and 8F. RGB value is (207,215,143). Sum of RGB (Red+Green+Blue) = 207+215+143=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD78F is #302870. Grayscale: #CCCCCC. Windows color (decimal): -3156081 or 9426895. OLE color: 9426895.
HSL color Cylindrical-coordinate representation of color #CFD78F: hue angle of 66.67º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFD78F is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 143 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.16 |
| HSL | 66.67º | 0.47% | 0.7% | - |
| HSV(B) | 66.67º | 0.33% | 0.84% | - |
| XYZ | 54.99 | 63.85 | 35.41 | - |
| YUV | 204.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 143 | 0.04 | 0 | 0.33 | 0.16 | 66.67 | 0.47 | 0.7 |
| Hex | CF | D7 | 8F | 4 | 0 | 21 | 10 | 43 | 2F | 46 |
| Octal | 317 | 327 | 217 | 4 | 0 | 41 | 20 | 103 | 57 | 106 |
| Binary | 11001111 | 11010111 | 10001111 | 100 | 0 | 100001 | 10000 | 1000011 | 101111 | 1000110 |
Color Harmonies of #CFD78F
Complementary color
Monochromatic Colors of #CFD78F
Black with #CFD78F
Text Example
Text Example
White with #CFD78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD78F; }
p { color: rgb(207,215,143); }
H1.HeaderClassName
{
color: #CFD78F;
}
.AnyTagClassName
{
color: #CFD78F;
}
</style>
background-color css
<style>
a { background-color: #CFD78F; }
a { background-color: rgb(207,215,143); }
div.DivClassName
{
background-color: #CFD78F;
}
.BgClassName
{
background-color: #CFD78F;
}
</style>
border-color css
<style>
span { border-color: #CFD78F; }
span { border-color: rgb(207,215,143); }
td.TdClassName
{
border-color: #CFD78F;
}
.TagClassName
{
border-color: #CFD78F;
}
</style>