Shades of Deco #CFD089
Tints of Deco #CFD089
RGB
CMYK
RGB Variations
Color information
#CFD089 (or 0xCFD089) is known color: Deco. HEX triplet: CF, D0 and 89. RGB value is (207,208,137). Sum of RGB (Red+Green+Blue) = 207+208+137=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD089 is #302F76. Grayscale: #C7C7C7. Windows color (decimal): -3157879 or 9031887. OLE color: 9031887.
HSL color Cylindrical-coordinate representation of color #CFD089: hue angle of 60.85º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFD089 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 137 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.18 |
| HSL | 60.85º | 0.43% | 0.68% | - |
| HSV(B) | 60.85º | 0.34% | 0.82% | - |
| XYZ | 52.8 | 60.18 | 32.5 | - |
| YUV | 199.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 137 | 0.00 | 0 | 0.34 | 0.18 | 60.85 | 0.43 | 0.68 |
| Hex | CF | D0 | 89 | 0 | 0 | 22 | 12 | 3D | 2B | 44 |
| Octal | 317 | 320 | 211 | 0 | 0 | 42 | 22 | 75 | 53 | 104 |
| Binary | 11001111 | 11010000 | 10001001 | 0 | 0 | 100010 | 10010 | 111101 | 101011 | 1000100 |
Color Harmonies of #CFD089
Complementary color
Monochromatic Colors of #CFD089
Black with #CFD089
Text Example
Text Example
White with #CFD089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD089; }
p { color: rgb(207,208,137); }
H1.HeaderClassName
{
color: #CFD089;
}
.AnyTagClassName
{
color: #CFD089;
}
</style>
background-color css
<style>
a { background-color: #CFD089; }
a { background-color: rgb(207,208,137); }
div.DivClassName
{
background-color: #CFD089;
}
.BgClassName
{
background-color: #CFD089;
}
</style>
border-color css
<style>
span { border-color: #CFD089; }
span { border-color: rgb(207,208,137); }
td.TdClassName
{
border-color: #CFD089;
}
.TagClassName
{
border-color: #CFD089;
}
</style>