Shades of Deco #CED67C
Tints of Deco #CED67C
RGB
CMYK
RGB Variations
Color information
#CED67C (or 0xCED67C) is known color: Deco. HEX triplet: CE, D6 and 7C. RGB value is (206,214,124). Sum of RGB (Red+Green+Blue) = 206+214+124=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 124 (48.83% from 255 or 22.79% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #CED67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED67C is #312983. Grayscale: #C9C9C9. Windows color (decimal): -3221892 or 8181454. OLE color: 8181454.
HSL color Cylindrical-coordinate representation of color #CED67C: hue angle of 65.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CED67C is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 124 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.16 |
| HSL | 65.33º | 0.52% | 0.66% | - |
| HSV(B) | 65.33º | 0.42% | 0.84% | - |
| XYZ | 53.14 | 62.67 | 28.36 | - |
| YUV | 201.35 | 84.35 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 124 | 0.04 | 0 | 0.42 | 0.16 | 65.33 | 0.52 | 0.66 |
| Hex | CE | D6 | 7C | 4 | 0 | 2A | 10 | 41 | 34 | 42 |
| Octal | 316 | 326 | 174 | 4 | 0 | 52 | 20 | 101 | 64 | 102 |
| Binary | 11001110 | 11010110 | 1111100 | 100 | 0 | 101010 | 10000 | 1000001 | 110100 | 1000010 |
Color Harmonies of #CED67C
Complementary color
Monochromatic Colors of #CED67C
Black with #CED67C
Text Example
Text Example
White with #CED67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED67C; }
p { color: rgb(206,214,124); }
H1.HeaderClassName
{
color: #CED67C;
}
.AnyTagClassName
{
color: #CED67C;
}
</style>
background-color css
<style>
a { background-color: #CED67C; }
a { background-color: rgb(206,214,124); }
div.DivClassName
{
background-color: #CED67C;
}
.BgClassName
{
background-color: #CED67C;
}
</style>
border-color css
<style>
span { border-color: #CED67C; }
span { border-color: rgb(206,214,124); }
td.TdClassName
{
border-color: #CED67C;
}
.TagClassName
{
border-color: #CED67C;
}
</style>