Shades of Deco #CED67D
Tints of Deco #CED67D
RGB
CMYK
RGB Variations
Color information
#CED67D (or 0xCED67D) is known color: Deco. HEX triplet: CE, D6 and 7D. RGB value is (206,214,125). Sum of RGB (Red+Green+Blue) = 206+214+125=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #CED67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED67D is #312982. Grayscale: #C9C9C9. Windows color (decimal): -3221891 or 8246990. OLE color: 8246990.
HSL color Cylindrical-coordinate representation of color #CED67D: hue angle of 65.39º 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 #CED67D is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 125 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.16 |
| HSL | 65.39º | 0.52% | 0.66% | - |
| HSV(B) | 65.39º | 0.42% | 0.84% | - |
| XYZ | 53.2 | 62.7 | 28.7 | - |
| YUV | 201.46 | 84.85 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 125 | 0.04 | 0 | 0.42 | 0.16 | 65.39 | 0.52 | 0.66 |
| Hex | CE | D6 | 7D | 4 | 0 | 2A | 10 | 41 | 34 | 42 |
| Octal | 316 | 326 | 175 | 4 | 0 | 52 | 20 | 101 | 64 | 102 |
| Binary | 11001110 | 11010110 | 1111101 | 100 | 0 | 101010 | 10000 | 1000001 | 110100 | 1000010 |
Color Harmonies of #CED67D
Complementary color
Monochromatic Colors of #CED67D
Black with #CED67D
Text Example
Text Example
White with #CED67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED67D; }
p { color: rgb(206,214,125); }
H1.HeaderClassName
{
color: #CED67D;
}
.AnyTagClassName
{
color: #CED67D;
}
</style>
background-color css
<style>
a { background-color: #CED67D; }
a { background-color: rgb(206,214,125); }
div.DivClassName
{
background-color: #CED67D;
}
.BgClassName
{
background-color: #CED67D;
}
</style>
border-color css
<style>
span { border-color: #CED67D; }
span { border-color: rgb(206,214,125); }
td.TdClassName
{
border-color: #CED67D;
}
.TagClassName
{
border-color: #CED67D;
}
</style>