Shades of Deco #CED57A
Tints of Deco #CED57A
RGB
CMYK
RGB Variations
Color information
#CED57A (or 0xCED57A) is known color: Deco. HEX triplet: CE, D5 and 7A. RGB value is (206,213,122). Sum of RGB (Red+Green+Blue) = 206+213+122=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #CED57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED57A is #312A85. Grayscale: #C8C8C8. Windows color (decimal): -3222150 or 8050126. OLE color: 8050126.
HSL color Cylindrical-coordinate representation of color #CED57A: hue angle of 64.62º degrees, saturation: 0.52, 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 #CED57A is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 122 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.16 |
| HSL | 64.62º | 0.52% | 0.66% | - |
| HSV(B) | 64.62º | 0.43% | 0.84% | - |
| XYZ | 52.76 | 62.12 | 27.62 | - |
| YUV | 200.53 | 83.68 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 122 | 0.03 | 0 | 0.43 | 0.16 | 64.62 | 0.52 | 0.66 |
| Hex | CE | D5 | 7A | 3 | 0 | 2B | 10 | 41 | 34 | 42 |
| Octal | 316 | 325 | 172 | 3 | 0 | 53 | 20 | 101 | 64 | 102 |
| Binary | 11001110 | 11010101 | 1111010 | 11 | 0 | 101011 | 10000 | 1000001 | 110100 | 1000010 |
Color Harmonies of #CED57A
Complementary color
Monochromatic Colors of #CED57A
Black with #CED57A
Text Example
Text Example
White with #CED57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED57A; }
p { color: rgb(206,213,122); }
H1.HeaderClassName
{
color: #CED57A;
}
.AnyTagClassName
{
color: #CED57A;
}
</style>
background-color css
<style>
a { background-color: #CED57A; }
a { background-color: rgb(206,213,122); }
div.DivClassName
{
background-color: #CED57A;
}
.BgClassName
{
background-color: #CED57A;
}
</style>
border-color css
<style>
span { border-color: #CED57A; }
span { border-color: rgb(206,213,122); }
td.TdClassName
{
border-color: #CED57A;
}
.TagClassName
{
border-color: #CED57A;
}
</style>