Shades of Deco #CFD088
Tints of Deco #CFD088
RGB
CMYK
RGB Variations
Color information
#CFD088 (or 0xCFD088) is known color: Deco. HEX triplet: CF, D0 and 88. RGB value is (207,208,136). Sum of RGB (Red+Green+Blue) = 207+208+136=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD088 is #302F77. Grayscale: #C7C7C7. Windows color (decimal): -3157880 or 8966351. OLE color: 8966351.
HSL color Cylindrical-coordinate representation of color #CFD088: hue angle of 60.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFD088 is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 136 | - |
| CMYK | 0.00 | 0 | 0.35 | 0.18 |
| HSL | 60.83º | 0.43% | 0.67% | - |
| HSV(B) | 60.83º | 0.35% | 0.82% | - |
| XYZ | 52.73 | 60.15 | 32.12 | - |
| YUV | 199.49 | 92.17 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 136 | 0.00 | 0 | 0.35 | 0.18 | 60.83 | 0.43 | 0.67 |
| Hex | CF | D0 | 88 | 0 | 0 | 23 | 12 | 3D | 2B | 43 |
| Octal | 317 | 320 | 210 | 0 | 0 | 43 | 22 | 75 | 53 | 103 |
| Binary | 11001111 | 11010000 | 10001000 | 0 | 0 | 100011 | 10010 | 111101 | 101011 | 1000011 |
Color Harmonies of #CFD088
Complementary color
Monochromatic Colors of #CFD088
Black with #CFD088
Text Example
Text Example
White with #CFD088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD088; }
p { color: rgb(207,208,136); }
H1.HeaderClassName
{
color: #CFD088;
}
.AnyTagClassName
{
color: #CFD088;
}
</style>
background-color css
<style>
a { background-color: #CFD088; }
a { background-color: rgb(207,208,136); }
div.DivClassName
{
background-color: #CFD088;
}
.BgClassName
{
background-color: #CFD088;
}
</style>
border-color css
<style>
span { border-color: #CFD088; }
span { border-color: rgb(207,208,136); }
td.TdClassName
{
border-color: #CFD088;
}
.TagClassName
{
border-color: #CFD088;
}
</style>