Shades of Deco #CFD18D
Tints of Deco #CFD18D
RGB
CMYK
RGB Variations
Color information
#CFD18D (or 0xCFD18D) is known color: Deco. HEX triplet: CF, D1 and 8D. RGB value is (207,209,141). Sum of RGB (Red+Green+Blue) = 207+209+141=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD18D is #302E72. Grayscale: #C8C8C8. Windows color (decimal): -3157619 or 9294287. OLE color: 9294287.
HSL color Cylindrical-coordinate representation of color #CFD18D: hue angle of 61.76º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFD18D is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 141 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.18 |
| HSL | 61.76º | 0.43% | 0.69% | - |
| HSV(B) | 61.76º | 0.33% | 0.82% | - |
| XYZ | 53.34 | 60.79 | 34.12 | - |
| YUV | 200.65 | 94.34 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 141 | 0.01 | 0 | 0.33 | 0.18 | 61.76 | 0.43 | 0.69 |
| Hex | CF | D1 | 8D | 1 | 0 | 21 | 12 | 3E | 2A | 45 |
| Octal | 317 | 321 | 215 | 1 | 0 | 41 | 22 | 76 | 52 | 105 |
| Binary | 11001111 | 11010001 | 10001101 | 1 | 0 | 100001 | 10010 | 111110 | 101010 | 1000101 |
Color Harmonies of #CFD18D
Complementary color
Monochromatic Colors of #CFD18D
Black with #CFD18D
Text Example
Text Example
White with #CFD18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD18D; }
p { color: rgb(207,209,141); }
H1.HeaderClassName
{
color: #CFD18D;
}
.AnyTagClassName
{
color: #CFD18D;
}
</style>
background-color css
<style>
a { background-color: #CFD18D; }
a { background-color: rgb(207,209,141); }
div.DivClassName
{
background-color: #CFD18D;
}
.BgClassName
{
background-color: #CFD18D;
}
</style>
border-color css
<style>
span { border-color: #CFD18D; }
span { border-color: rgb(207,209,141); }
td.TdClassName
{
border-color: #CFD18D;
}
.TagClassName
{
border-color: #CFD18D;
}
</style>