Shades of Deco #CFDF7C
Tints of Deco #CFDF7C
RGB
CMYK
RGB Variations
Color information
#CFDF7C (or 0xCFDF7C) is known color: Deco. HEX triplet: CF, DF and 7C. RGB value is (207,223,124). Sum of RGB (Red+Green+Blue) = 207+223+124=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF7C is #302083. Grayscale: #CFCFCF. Windows color (decimal): -3154052 or 8183759. OLE color: 8183759.
HSL color Cylindrical-coordinate representation of color #CFDF7C: hue angle of 69.7º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFDF7C is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 124 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.13 |
| HSL | 69.7º | 0.61% | 0.68% | - |
| HSV(B) | 69.7º | 0.44% | 0.87% | - |
| XYZ | 55.76 | 67.5 | 29.16 | - |
| YUV | 206.93 | 81.2 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 124 | 0.07 | 0 | 0.44 | 0.13 | 69.7 | 0.61 | 0.68 |
| Hex | CF | DF | 7C | 7 | 0 | 2C | D | 46 | 3D | 44 |
| Octal | 317 | 337 | 174 | 7 | 0 | 54 | 15 | 106 | 75 | 104 |
| Binary | 11001111 | 11011111 | 1111100 | 111 | 0 | 101100 | 1101 | 1000110 | 111101 | 1000100 |
Color Harmonies of #CFDF7C
Complementary color
Monochromatic Colors of #CFDF7C
Black with #CFDF7C
Text Example
Text Example
White with #CFDF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF7C; }
p { color: rgb(207,223,124); }
H1.HeaderClassName
{
color: #CFDF7C;
}
.AnyTagClassName
{
color: #CFDF7C;
}
</style>
background-color css
<style>
a { background-color: #CFDF7C; }
a { background-color: rgb(207,223,124); }
div.DivClassName
{
background-color: #CFDF7C;
}
.BgClassName
{
background-color: #CFDF7C;
}
</style>
border-color css
<style>
span { border-color: #CFDF7C; }
span { border-color: rgb(207,223,124); }
td.TdClassName
{
border-color: #CFDF7C;
}
.TagClassName
{
border-color: #CFDF7C;
}
</style>