Shades of Deco #CED07B
Tints of Deco #CED07B
RGB
CMYK
RGB Variations
Color information
#CED07B (or 0xCED07B) is known color: Deco. HEX triplet: CE, D0 and 7B. RGB value is (206,208,123). Sum of RGB (Red+Green+Blue) = 206+208+123=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #CED07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED07B is #312F84. Grayscale: #C6C6C6. Windows color (decimal): -3223429 or 8114382. OLE color: 8114382.
HSL color Cylindrical-coordinate representation of color #CED07B: hue angle of 61.41º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CED07B is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 123 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.18 |
| HSL | 61.41º | 0.47% | 0.65% | - |
| HSV(B) | 61.41º | 0.41% | 0.82% | - |
| XYZ | 51.58 | 59.66 | 27.54 | - |
| YUV | 197.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 123 | 0.01 | 0 | 0.41 | 0.18 | 61.41 | 0.47 | 0.65 |
| Hex | CE | D0 | 7B | 1 | 0 | 29 | 12 | 3D | 2F | 41 |
| Octal | 316 | 320 | 173 | 1 | 0 | 51 | 22 | 75 | 57 | 101 |
| Binary | 11001110 | 11010000 | 1111011 | 1 | 0 | 101001 | 10010 | 111101 | 101111 | 1000001 |
Color Harmonies of #CED07B
Complementary color
Monochromatic Colors of #CED07B
Black with #CED07B
Text Example
Text Example
White with #CED07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED07B; }
p { color: rgb(206,208,123); }
H1.HeaderClassName
{
color: #CED07B;
}
.AnyTagClassName
{
color: #CED07B;
}
</style>
background-color css
<style>
a { background-color: #CED07B; }
a { background-color: rgb(206,208,123); }
div.DivClassName
{
background-color: #CED07B;
}
.BgClassName
{
background-color: #CED07B;
}
</style>
border-color css
<style>
span { border-color: #CED07B; }
span { border-color: rgb(206,208,123); }
td.TdClassName
{
border-color: #CED07B;
}
.TagClassName
{
border-color: #CED07B;
}
</style>