Shades of Deco #CED081
Tints of Deco #CED081
RGB
CMYK
RGB Variations
Color information
#CED081 (or 0xCED081) is known color: Deco. HEX triplet: CE, D0 and 81. RGB value is (206,208,129). Sum of RGB (Red+Green+Blue) = 206+208+129=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #CED081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED081 is #312F7E. Grayscale: #C6C6C6. Windows color (decimal): -3223423 or 8507598. OLE color: 8507598.
HSL color Cylindrical-coordinate representation of color #CED081: hue angle of 61.52º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CED081 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 129 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.18 |
| HSL | 61.52º | 0.46% | 0.66% | - |
| HSV(B) | 61.52º | 0.38% | 0.82% | - |
| XYZ | 51.97 | 59.82 | 29.58 | - |
| YUV | 198.4 | 88.84 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 129 | 0.01 | 0 | 0.38 | 0.18 | 61.52 | 0.46 | 0.66 |
| Hex | CE | D0 | 81 | 1 | 0 | 26 | 12 | 3E | 2E | 42 |
| Octal | 316 | 320 | 201 | 1 | 0 | 46 | 22 | 76 | 56 | 102 |
| Binary | 11001110 | 11010000 | 10000001 | 1 | 0 | 100110 | 10010 | 111110 | 101110 | 1000010 |
Color Harmonies of #CED081
Complementary color
Monochromatic Colors of #CED081
Black with #CED081
Text Example
Text Example
White with #CED081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED081; }
p { color: rgb(206,208,129); }
H1.HeaderClassName
{
color: #CED081;
}
.AnyTagClassName
{
color: #CED081;
}
</style>
background-color css
<style>
a { background-color: #CED081; }
a { background-color: rgb(206,208,129); }
div.DivClassName
{
background-color: #CED081;
}
.BgClassName
{
background-color: #CED081;
}
</style>
border-color css
<style>
span { border-color: #CED081; }
span { border-color: rgb(206,208,129); }
td.TdClassName
{
border-color: #CED081;
}
.TagClassName
{
border-color: #CED081;
}
</style>