Shades of Deco #CFD291
Tints of Deco #CFD291
RGB
CMYK
RGB Variations
Color information
#CFD291 (or 0xCFD291) is known color: Deco. HEX triplet: CF, D2 and 91. RGB value is (207,210,145). Sum of RGB (Red+Green+Blue) = 207+210+145=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD291 is #302D6E. Grayscale: #C9C9C9. Windows color (decimal): -3157359 or 9556687. OLE color: 9556687.
HSL color Cylindrical-coordinate representation of color #CFD291: hue angle of 62.77º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFD291 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 145 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.18 |
| HSL | 62.77º | 0.42% | 0.7% | - |
| HSV(B) | 62.77º | 0.31% | 0.82% | - |
| XYZ | 53.89 | 61.4 | 35.8 | - |
| YUV | 201.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 145 | 0.01 | 0 | 0.31 | 0.18 | 62.77 | 0.42 | 0.7 |
| Hex | CF | D2 | 91 | 1 | 0 | 1F | 12 | 3F | 2A | 46 |
| Octal | 317 | 322 | 221 | 1 | 0 | 37 | 22 | 77 | 52 | 106 |
| Binary | 11001111 | 11010010 | 10010001 | 1 | 0 | 11111 | 10010 | 111111 | 101010 | 1000110 |
Color Harmonies of #CFD291
Complementary color
Monochromatic Colors of #CFD291
Black with #CFD291
Text Example
Text Example
White with #CFD291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD291; }
p { color: rgb(207,210,145); }
H1.HeaderClassName
{
color: #CFD291;
}
.AnyTagClassName
{
color: #CFD291;
}
</style>
background-color css
<style>
a { background-color: #CFD291; }
a { background-color: rgb(207,210,145); }
div.DivClassName
{
background-color: #CFD291;
}
.BgClassName
{
background-color: #CFD291;
}
</style>
border-color css
<style>
span { border-color: #CFD291; }
span { border-color: rgb(207,210,145); }
td.TdClassName
{
border-color: #CFD291;
}
.TagClassName
{
border-color: #CFD291;
}
</style>