Shades of Deco #CFD086
Tints of Deco #CFD086
RGB
CMYK
RGB Variations
Color information
#CFD086 (or 0xCFD086) is known color: Deco. HEX triplet: CF, D0 and 86. RGB value is (207,208,134). Sum of RGB (Red+Green+Blue) = 207+208+134=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD086 is #302F79. Grayscale: #C7C7C7. Windows color (decimal): -3157882 or 8835279. OLE color: 8835279.
HSL color Cylindrical-coordinate representation of color #CFD086: hue angle of 60.81º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFD086 is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 134 | - |
| CMYK | 0.00 | 0 | 0.36 | 0.18 |
| HSL | 60.81º | 0.44% | 0.67% | - |
| HSV(B) | 60.81º | 0.36% | 0.82% | - |
| XYZ | 52.59 | 60.1 | 31.38 | - |
| YUV | 199.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 134 | 0.00 | 0 | 0.36 | 0.18 | 60.81 | 0.44 | 0.67 |
| Hex | CF | D0 | 86 | 0 | 0 | 24 | 12 | 3D | 2C | 43 |
| Octal | 317 | 320 | 206 | 0 | 0 | 44 | 22 | 75 | 54 | 103 |
| Binary | 11001111 | 11010000 | 10000110 | 0 | 0 | 100100 | 10010 | 111101 | 101100 | 1000011 |
Color Harmonies of #CFD086
Complementary color
Monochromatic Colors of #CFD086
Black with #CFD086
Text Example
Text Example
White with #CFD086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD086; }
p { color: rgb(207,208,134); }
H1.HeaderClassName
{
color: #CFD086;
}
.AnyTagClassName
{
color: #CFD086;
}
</style>
background-color css
<style>
a { background-color: #CFD086; }
a { background-color: rgb(207,208,134); }
div.DivClassName
{
background-color: #CFD086;
}
.BgClassName
{
background-color: #CFD086;
}
</style>
border-color css
<style>
span { border-color: #CFD086; }
span { border-color: rgb(207,208,134); }
td.TdClassName
{
border-color: #CFD086;
}
.TagClassName
{
border-color: #CFD086;
}
</style>