Shades of Deco #CED27A
Tints of Deco #CED27A
RGB
CMYK
RGB Variations
Color information
#CED27A (or 0xCED27A) is known color: Deco. HEX triplet: CE, D2 and 7A. RGB value is (206,210,122). Sum of RGB (Red+Green+Blue) = 206+210+122=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #CED27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED27A is #312D85. Grayscale: #C7C7C7. Windows color (decimal): -3222918 or 8049358. OLE color: 8049358.
HSL color Cylindrical-coordinate representation of color #CED27A: hue angle of 62.73º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CED27A is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 122 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.18 |
| HSL | 62.73º | 0.49% | 0.65% | - |
| HSV(B) | 62.73º | 0.42% | 0.82% | - |
| XYZ | 52.01 | 60.62 | 27.37 | - |
| YUV | 198.77 | 84.67 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 122 | 0.02 | 0 | 0.42 | 0.18 | 62.73 | 0.49 | 0.65 |
| Hex | CE | D2 | 7A | 2 | 0 | 2A | 12 | 3F | 31 | 41 |
| Octal | 316 | 322 | 172 | 2 | 0 | 52 | 22 | 77 | 61 | 101 |
| Binary | 11001110 | 11010010 | 1111010 | 10 | 0 | 101010 | 10010 | 111111 | 110001 | 1000001 |
Color Harmonies of #CED27A
Complementary color
Monochromatic Colors of #CED27A
Black with #CED27A
Text Example
Text Example
White with #CED27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED27A; }
p { color: rgb(206,210,122); }
H1.HeaderClassName
{
color: #CED27A;
}
.AnyTagClassName
{
color: #CED27A;
}
</style>
background-color css
<style>
a { background-color: #CED27A; }
a { background-color: rgb(206,210,122); }
div.DivClassName
{
background-color: #CED27A;
}
.BgClassName
{
background-color: #CED27A;
}
</style>
border-color css
<style>
span { border-color: #CED27A; }
span { border-color: rgb(206,210,122); }
td.TdClassName
{
border-color: #CED27A;
}
.TagClassName
{
border-color: #CED27A;
}
</style>