Shades of Deco #CEDC7A
Tints of Deco #CEDC7A
RGB
CMYK
RGB Variations
Color information
#CEDC7A (or 0xCEDC7A) is known color: Deco. HEX triplet: CE, DC and 7A. RGB value is (206,220,122). Sum of RGB (Red+Green+Blue) = 206+220+122=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 122 (48.05% from 255 or 22.26% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC7A is #312385. Grayscale: #CDCDCD. Windows color (decimal): -3220358 or 8051918. OLE color: 8051918.
HSL color Cylindrical-coordinate representation of color #CEDC7A: hue angle of 68.57º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEDC7A is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 122 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.14 |
| HSL | 68.57º | 0.58% | 0.67% | - |
| HSV(B) | 68.57º | 0.45% | 0.86% | - |
| XYZ | 54.56 | 65.71 | 28.22 | - |
| YUV | 204.64 | 81.36 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 122 | 0.06 | 0 | 0.45 | 0.14 | 68.57 | 0.58 | 0.67 |
| Hex | CE | DC | 7A | 6 | 0 | 2D | E | 45 | 3A | 43 |
| Octal | 316 | 334 | 172 | 6 | 0 | 55 | 16 | 105 | 72 | 103 |
| Binary | 11001110 | 11011100 | 1111010 | 110 | 0 | 101101 | 1110 | 1000101 | 111010 | 1000011 |
Color Harmonies of #CEDC7A
Complementary color
Monochromatic Colors of #CEDC7A
Black with #CEDC7A
Text Example
Text Example
White with #CEDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC7A; }
p { color: rgb(206,220,122); }
H1.HeaderClassName
{
color: #CEDC7A;
}
.AnyTagClassName
{
color: #CEDC7A;
}
</style>
background-color css
<style>
a { background-color: #CEDC7A; }
a { background-color: rgb(206,220,122); }
div.DivClassName
{
background-color: #CEDC7A;
}
.BgClassName
{
background-color: #CEDC7A;
}
</style>
border-color css
<style>
span { border-color: #CEDC7A; }
span { border-color: rgb(206,220,122); }
td.TdClassName
{
border-color: #CEDC7A;
}
.TagClassName
{
border-color: #CEDC7A;
}
</style>