Shades of Deco #CFD88D
Tints of Deco #CFD88D
RGB
CMYK
RGB Variations
Color information
#CFD88D (or 0xCFD88D) is known color: Deco. HEX triplet: CF, D8 and 8D. RGB value is (207,216,141). Sum of RGB (Red+Green+Blue) = 207+216+141=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD88D is #302772. Grayscale: #CDCDCD. Windows color (decimal): -3155827 or 9296079. OLE color: 9296079.
HSL color Cylindrical-coordinate representation of color #CFD88D: hue angle of 67.2º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFD88D is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 141 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.15 |
| HSL | 67.2º | 0.49% | 0.7% | - |
| HSV(B) | 67.2º | 0.35% | 0.85% | - |
| XYZ | 55.1 | 64.3 | 34.71 | - |
| YUV | 204.76 | 92.02 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 141 | 0.04 | 0 | 0.35 | 0.15 | 67.2 | 0.49 | 0.7 |
| Hex | CF | D8 | 8D | 4 | 0 | 23 | F | 43 | 31 | 46 |
| Octal | 317 | 330 | 215 | 4 | 0 | 43 | 17 | 103 | 61 | 106 |
| Binary | 11001111 | 11011000 | 10001101 | 100 | 0 | 100011 | 1111 | 1000011 | 110001 | 1000110 |
Color Harmonies of #CFD88D
Complementary color
Monochromatic Colors of #CFD88D
Black with #CFD88D
Text Example
Text Example
White with #CFD88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD88D; }
p { color: rgb(207,216,141); }
H1.HeaderClassName
{
color: #CFD88D;
}
.AnyTagClassName
{
color: #CFD88D;
}
</style>
background-color css
<style>
a { background-color: #CFD88D; }
a { background-color: rgb(207,216,141); }
div.DivClassName
{
background-color: #CFD88D;
}
.BgClassName
{
background-color: #CFD88D;
}
</style>
border-color css
<style>
span { border-color: #CFD88D; }
span { border-color: rgb(207,216,141); }
td.TdClassName
{
border-color: #CFD88D;
}
.TagClassName
{
border-color: #CFD88D;
}
</style>