Shades of Deco #CFD67C
Tints of Deco #CFD67C
RGB
CMYK
RGB Variations
Color information
#CFD67C (or 0xCFD67C) is known color: Deco. HEX triplet: CF, D6 and 7C. RGB value is (207,214,124). Sum of RGB (Red+Green+Blue) = 207+214+124=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD67C is #302983. Grayscale: #CACACA. Windows color (decimal): -3156356 or 8181455. OLE color: 8181455.
HSL color Cylindrical-coordinate representation of color #CFD67C: hue angle of 64.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFD67C is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 124 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.16 |
| HSL | 64.67º | 0.52% | 0.66% | - |
| HSV(B) | 64.67º | 0.42% | 0.84% | - |
| XYZ | 53.42 | 62.81 | 28.38 | - |
| YUV | 201.65 | 84.18 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 124 | 0.03 | 0 | 0.42 | 0.16 | 64.67 | 0.52 | 0.66 |
| Hex | CF | D6 | 7C | 3 | 0 | 2A | 10 | 41 | 34 | 42 |
| Octal | 317 | 326 | 174 | 3 | 0 | 52 | 20 | 101 | 64 | 102 |
| Binary | 11001111 | 11010110 | 1111100 | 11 | 0 | 101010 | 10000 | 1000001 | 110100 | 1000010 |
Color Harmonies of #CFD67C
Complementary color
Monochromatic Colors of #CFD67C
Black with #CFD67C
Text Example
Text Example
White with #CFD67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD67C; }
p { color: rgb(207,214,124); }
H1.HeaderClassName
{
color: #CFD67C;
}
.AnyTagClassName
{
color: #CFD67C;
}
</style>
background-color css
<style>
a { background-color: #CFD67C; }
a { background-color: rgb(207,214,124); }
div.DivClassName
{
background-color: #CFD67C;
}
.BgClassName
{
background-color: #CFD67C;
}
</style>
border-color css
<style>
span { border-color: #CFD67C; }
span { border-color: rgb(207,214,124); }
td.TdClassName
{
border-color: #CFD67C;
}
.TagClassName
{
border-color: #CFD67C;
}
</style>