Shades of Deco #CED77A
Tints of Deco #CED77A
RGB
CMYK
RGB Variations
Color information
#CED77A (or 0xCED77A) is known color: Deco. HEX triplet: CE, D7 and 7A. RGB value is (206,215,122). Sum of RGB (Red+Green+Blue) = 206+215+122=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #CED77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED77A is #312885. Grayscale: #CACACA. Windows color (decimal): -3221638 or 8050638. OLE color: 8050638.
HSL color Cylindrical-coordinate representation of color #CED77A: hue angle of 65.81º degrees, saturation: 0.54, 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 #CED77A is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 122 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.16 |
| HSL | 65.81º | 0.54% | 0.66% | - |
| HSV(B) | 65.81º | 0.43% | 0.84% | - |
| XYZ | 53.27 | 63.13 | 27.79 | - |
| YUV | 201.71 | 83.02 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 122 | 0.04 | 0 | 0.43 | 0.16 | 65.81 | 0.54 | 0.66 |
| Hex | CE | D7 | 7A | 4 | 0 | 2B | 10 | 42 | 36 | 42 |
| Octal | 316 | 327 | 172 | 4 | 0 | 53 | 20 | 102 | 66 | 102 |
| Binary | 11001110 | 11010111 | 1111010 | 100 | 0 | 101011 | 10000 | 1000010 | 110110 | 1000010 |
Color Harmonies of #CED77A
Complementary color
Monochromatic Colors of #CED77A
Black with #CED77A
Text Example
Text Example
White with #CED77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED77A; }
p { color: rgb(206,215,122); }
H1.HeaderClassName
{
color: #CED77A;
}
.AnyTagClassName
{
color: #CED77A;
}
</style>
background-color css
<style>
a { background-color: #CED77A; }
a { background-color: rgb(206,215,122); }
div.DivClassName
{
background-color: #CED77A;
}
.BgClassName
{
background-color: #CED77A;
}
</style>
border-color css
<style>
span { border-color: #CED77A; }
span { border-color: rgb(206,215,122); }
td.TdClassName
{
border-color: #CED77A;
}
.TagClassName
{
border-color: #CED77A;
}
</style>