Shades of Deco #CFD289
Tints of Deco #CFD289
RGB
CMYK
RGB Variations
Color information
#CFD289 (or 0xCFD289) is known color: Deco. HEX triplet: CF, D2 and 89. RGB value is (207,210,137). Sum of RGB (Red+Green+Blue) = 207+210+137=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 137 (53.91% from 255 or 24.73% from 554); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD289 is #302D76. Grayscale: #C9C9C9. Windows color (decimal): -3157367 or 9032399. OLE color: 9032399.
HSL color Cylindrical-coordinate representation of color #CFD289: hue angle of 62.47º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFD289 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 137 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.18 |
| HSL | 62.47º | 0.45% | 0.68% | - |
| HSV(B) | 62.47º | 0.35% | 0.82% | - |
| XYZ | 53.29 | 61.16 | 32.66 | - |
| YUV | 200.78 | 92.01 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 137 | 0.01 | 0 | 0.35 | 0.18 | 62.47 | 0.45 | 0.68 |
| Hex | CF | D2 | 89 | 1 | 0 | 23 | 12 | 3E | 2D | 44 |
| Octal | 317 | 322 | 211 | 1 | 0 | 43 | 22 | 76 | 55 | 104 |
| Binary | 11001111 | 11010010 | 10001001 | 1 | 0 | 100011 | 10010 | 111110 | 101101 | 1000100 |
Color Harmonies of #CFD289
Complementary color
Monochromatic Colors of #CFD289
Black with #CFD289
Text Example
Text Example
White with #CFD289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD289; }
p { color: rgb(207,210,137); }
H1.HeaderClassName
{
color: #CFD289;
}
.AnyTagClassName
{
color: #CFD289;
}
</style>
background-color css
<style>
a { background-color: #CFD289; }
a { background-color: rgb(207,210,137); }
div.DivClassName
{
background-color: #CFD289;
}
.BgClassName
{
background-color: #CFD289;
}
</style>
border-color css
<style>
span { border-color: #CFD289; }
span { border-color: rgb(207,210,137); }
td.TdClassName
{
border-color: #CFD289;
}
.TagClassName
{
border-color: #CFD289;
}
</style>