Shades of Deco #CFD877
Tints of Deco #CFD877
RGB
CMYK
RGB Variations
Color information
#CFD877 (or 0xCFD877) is known color: Deco. HEX triplet: CF, D8 and 77. RGB value is (207,216,119). Sum of RGB (Red+Green+Blue) = 207+216+119=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 119 (46.88% from 255 or 21.96% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD877 is #302788. Grayscale: #CACACA. Windows color (decimal): -3155849 or 7854287. OLE color: 7854287.
HSL color Cylindrical-coordinate representation of color #CFD877: hue angle of 65.57º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFD877 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 119 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.15 |
| HSL | 65.57º | 0.55% | 0.66% | - |
| HSV(B) | 65.57º | 0.45% | 0.85% | - |
| XYZ | 53.62 | 63.71 | 26.92 | - |
| YUV | 202.25 | 81.02 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 119 | 0.04 | 0 | 0.45 | 0.15 | 65.57 | 0.55 | 0.66 |
| Hex | CF | D8 | 77 | 4 | 0 | 2D | F | 42 | 37 | 42 |
| Octal | 317 | 330 | 167 | 4 | 0 | 55 | 17 | 102 | 67 | 102 |
| Binary | 11001111 | 11011000 | 1110111 | 100 | 0 | 101101 | 1111 | 1000010 | 110111 | 1000010 |
Color Harmonies of #CFD877
Complementary color
Monochromatic Colors of #CFD877
Black with #CFD877
Text Example
Text Example
White with #CFD877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD877; }
p { color: rgb(207,216,119); }
H1.HeaderClassName
{
color: #CFD877;
}
.AnyTagClassName
{
color: #CFD877;
}
</style>
background-color css
<style>
a { background-color: #CFD877; }
a { background-color: rgb(207,216,119); }
div.DivClassName
{
background-color: #CFD877;
}
.BgClassName
{
background-color: #CFD877;
}
</style>
border-color css
<style>
span { border-color: #CFD877; }
span { border-color: rgb(207,216,119); }
td.TdClassName
{
border-color: #CFD877;
}
.TagClassName
{
border-color: #CFD877;
}
</style>