Shades of Deco #CFD290
Tints of Deco #CFD290
RGB
CMYK
RGB Variations
Color information
#CFD290 (or 0xCFD290) is known color: Deco. HEX triplet: CF, D2 and 90. RGB value is (207,210,144). Sum of RGB (Red+Green+Blue) = 207+210+144=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD290 is #302D6F. Grayscale: #C9C9C9. Windows color (decimal): -3157360 or 9491151. OLE color: 9491151.
HSL color Cylindrical-coordinate representation of color #CFD290: hue angle of 62.73º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFD290 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 144 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.18 |
| HSL | 62.73º | 0.42% | 0.69% | - |
| HSV(B) | 62.73º | 0.31% | 0.82% | - |
| XYZ | 53.81 | 61.37 | 35.4 | - |
| YUV | 201.58 | 95.51 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 144 | 0.01 | 0 | 0.31 | 0.18 | 62.73 | 0.42 | 0.69 |
| Hex | CF | D2 | 90 | 1 | 0 | 1F | 12 | 3F | 2A | 45 |
| Octal | 317 | 322 | 220 | 1 | 0 | 37 | 22 | 77 | 52 | 105 |
| Binary | 11001111 | 11010010 | 10010000 | 1 | 0 | 11111 | 10010 | 111111 | 101010 | 1000101 |
Color Harmonies of #CFD290
Complementary color
Monochromatic Colors of #CFD290
Black with #CFD290
Text Example
Text Example
White with #CFD290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD290; }
p { color: rgb(207,210,144); }
H1.HeaderClassName
{
color: #CFD290;
}
.AnyTagClassName
{
color: #CFD290;
}
</style>
background-color css
<style>
a { background-color: #CFD290; }
a { background-color: rgb(207,210,144); }
div.DivClassName
{
background-color: #CFD290;
}
.BgClassName
{
background-color: #CFD290;
}
</style>
border-color css
<style>
span { border-color: #CFD290; }
span { border-color: rgb(207,210,144); }
td.TdClassName
{
border-color: #CFD290;
}
.TagClassName
{
border-color: #CFD290;
}
</style>