Shades of Deco #CFDC8A
Tints of Deco #CFDC8A
RGB
CMYK
RGB Variations
Color information
#CFDC8A (or 0xCFDC8A) is known color: Deco. HEX triplet: CF, DC and 8A. RGB value is (207,220,138). Sum of RGB (Red+Green+Blue) = 207+220+138=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDC8A is #302375. Grayscale: #CFCFCF. Windows color (decimal): -3154806 or 9100495. OLE color: 9100495.
HSL color Cylindrical-coordinate representation of color #CFDC8A: hue angle of 69.51º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFDC8A is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 138 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.14 |
| HSL | 69.51º | 0.54% | 0.7% | - |
| HSV(B) | 69.51º | 0.37% | 0.86% | - |
| XYZ | 55.91 | 66.29 | 33.89 | - |
| YUV | 206.77 | 89.19 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 138 | 0.06 | 0 | 0.37 | 0.14 | 69.51 | 0.54 | 0.7 |
| Hex | CF | DC | 8A | 6 | 0 | 25 | E | 46 | 36 | 46 |
| Octal | 317 | 334 | 212 | 6 | 0 | 45 | 16 | 106 | 66 | 106 |
| Binary | 11001111 | 11011100 | 10001010 | 110 | 0 | 100101 | 1110 | 1000110 | 110110 | 1000110 |
Color Harmonies of #CFDC8A
Complementary color
Monochromatic Colors of #CFDC8A
Black with #CFDC8A
Text Example
Text Example
White with #CFDC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC8A; }
p { color: rgb(207,220,138); }
H1.HeaderClassName
{
color: #CFDC8A;
}
.AnyTagClassName
{
color: #CFDC8A;
}
</style>
background-color css
<style>
a { background-color: #CFDC8A; }
a { background-color: rgb(207,220,138); }
div.DivClassName
{
background-color: #CFDC8A;
}
.BgClassName
{
background-color: #CFDC8A;
}
</style>
border-color css
<style>
span { border-color: #CFDC8A; }
span { border-color: rgb(207,220,138); }
td.TdClassName
{
border-color: #CFDC8A;
}
.TagClassName
{
border-color: #CFDC8A;
}
</style>