Shades of Deco #CED77B
Tints of Deco #CED77B
RGB
CMYK
RGB Variations
Color information
#CED77B (or 0xCED77B) is known color: Deco. HEX triplet: CE, D7 and 7B. RGB value is (206,215,123). Sum of RGB (Red+Green+Blue) = 206+215+123=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 123 (48.44% from 255 or 22.61% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #CED77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED77B is #312884. Grayscale: #CACACA. Windows color (decimal): -3221637 or 8116174. OLE color: 8116174.
HSL color Cylindrical-coordinate representation of color #CED77B: hue angle of 65.87º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CED77B is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 123 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.16 |
| HSL | 65.87º | 0.53% | 0.66% | - |
| HSV(B) | 65.87º | 0.43% | 0.84% | - |
| XYZ | 53.33 | 63.15 | 28.12 | - |
| YUV | 201.82 | 83.52 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 123 | 0.04 | 0 | 0.43 | 0.16 | 65.87 | 0.53 | 0.66 |
| Hex | CE | D7 | 7B | 4 | 0 | 2B | 10 | 42 | 35 | 42 |
| Octal | 316 | 327 | 173 | 4 | 0 | 53 | 20 | 102 | 65 | 102 |
| Binary | 11001110 | 11010111 | 1111011 | 100 | 0 | 101011 | 10000 | 1000010 | 110101 | 1000010 |
Color Harmonies of #CED77B
Complementary color
Monochromatic Colors of #CED77B
Black with #CED77B
Text Example
Text Example
White with #CED77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED77B; }
p { color: rgb(206,215,123); }
H1.HeaderClassName
{
color: #CED77B;
}
.AnyTagClassName
{
color: #CED77B;
}
</style>
background-color css
<style>
a { background-color: #CED77B; }
a { background-color: rgb(206,215,123); }
div.DivClassName
{
background-color: #CED77B;
}
.BgClassName
{
background-color: #CED77B;
}
</style>
border-color css
<style>
span { border-color: #CED77B; }
span { border-color: rgb(206,215,123); }
td.TdClassName
{
border-color: #CED77B;
}
.TagClassName
{
border-color: #CED77B;
}
</style>