Shades of Deco #CFDF7D
Tints of Deco #CFDF7D
RGB
CMYK
RGB Variations
Color information
#CFDF7D (or 0xCFDF7D) is known color: Deco. HEX triplet: CF, DF and 7D. RGB value is (207,223,125). Sum of RGB (Red+Green+Blue) = 207+223+125=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF7D is #302082. Grayscale: #CFCFCF. Windows color (decimal): -3154051 or 8249295. OLE color: 8249295.
HSL color Cylindrical-coordinate representation of color #CFDF7D: hue angle of 69.8º degrees, saturation: 0.6, 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 #CFDF7D is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 125 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.13 |
| HSL | 69.8º | 0.6% | 0.68% | - |
| HSV(B) | 69.8º | 0.44% | 0.87% | - |
| XYZ | 55.82 | 67.52 | 29.49 | - |
| YUV | 207.04 | 81.7 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 125 | 0.07 | 0 | 0.44 | 0.13 | 69.8 | 0.6 | 0.68 |
| Hex | CF | DF | 7D | 7 | 0 | 2C | D | 46 | 3C | 44 |
| Octal | 317 | 337 | 175 | 7 | 0 | 54 | 15 | 106 | 74 | 104 |
| Binary | 11001111 | 11011111 | 1111101 | 111 | 0 | 101100 | 1101 | 1000110 | 111100 | 1000100 |
Color Harmonies of #CFDF7D
Complementary color
Monochromatic Colors of #CFDF7D
Black with #CFDF7D
Text Example
Text Example
White with #CFDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF7D; }
p { color: rgb(207,223,125); }
H1.HeaderClassName
{
color: #CFDF7D;
}
.AnyTagClassName
{
color: #CFDF7D;
}
</style>
background-color css
<style>
a { background-color: #CFDF7D; }
a { background-color: rgb(207,223,125); }
div.DivClassName
{
background-color: #CFDF7D;
}
.BgClassName
{
background-color: #CFDF7D;
}
</style>
border-color css
<style>
span { border-color: #CFDF7D; }
span { border-color: rgb(207,223,125); }
td.TdClassName
{
border-color: #CFDF7D;
}
.TagClassName
{
border-color: #CFDF7D;
}
</style>