Shades of Deco #CFD67F
Tints of Deco #CFD67F
RGB
CMYK
RGB Variations
Color information
#CFD67F (or 0xCFD67F) is known color: Deco. HEX triplet: CF, D6 and 7F. RGB value is (207,214,127). Sum of RGB (Red+Green+Blue) = 207+214+127=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD67F is #302980. Grayscale: #CACACA. Windows color (decimal): -3156353 or 8378063. OLE color: 8378063.
HSL color Cylindrical-coordinate representation of color #CFD67F: hue angle of 64.83º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFD67F is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 127 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.16 |
| HSL | 64.83º | 0.51% | 0.67% | - |
| HSV(B) | 64.83º | 0.41% | 0.84% | - |
| XYZ | 53.61 | 62.89 | 29.39 | - |
| YUV | 201.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 127 | 0.03 | 0 | 0.41 | 0.16 | 64.83 | 0.51 | 0.67 |
| Hex | CF | D6 | 7F | 3 | 0 | 29 | 10 | 41 | 33 | 43 |
| Octal | 317 | 326 | 177 | 3 | 0 | 51 | 20 | 101 | 63 | 103 |
| Binary | 11001111 | 11010110 | 1111111 | 11 | 0 | 101001 | 10000 | 1000001 | 110011 | 1000011 |
Color Harmonies of #CFD67F
Complementary color
Monochromatic Colors of #CFD67F
Black with #CFD67F
Text Example
Text Example
White with #CFD67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD67F; }
p { color: rgb(207,214,127); }
H1.HeaderClassName
{
color: #CFD67F;
}
.AnyTagClassName
{
color: #CFD67F;
}
</style>
background-color css
<style>
a { background-color: #CFD67F; }
a { background-color: rgb(207,214,127); }
div.DivClassName
{
background-color: #CFD67F;
}
.BgClassName
{
background-color: #CFD67F;
}
</style>
border-color css
<style>
span { border-color: #CFD67F; }
span { border-color: rgb(207,214,127); }
td.TdClassName
{
border-color: #CFD67F;
}
.TagClassName
{
border-color: #CFD67F;
}
</style>