Shades of Deco #CED57D
Tints of Deco #CED57D
RGB
CMYK
RGB Variations
Color information
#CED57D (or 0xCED57D) is known color: Deco. HEX triplet: CE, D5 and 7D. RGB value is (206,213,125). Sum of RGB (Red+Green+Blue) = 206+213+125=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #CED57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED57D is #312A82. Grayscale: #C9C9C9. Windows color (decimal): -3222147 or 8246734. OLE color: 8246734.
HSL color Cylindrical-coordinate representation of color #CED57D: hue angle of 64.77º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CED57D is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 125 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.16 |
| HSL | 64.77º | 0.51% | 0.66% | - |
| HSV(B) | 64.77º | 0.41% | 0.84% | - |
| XYZ | 52.95 | 62.19 | 28.62 | - |
| YUV | 200.88 | 85.18 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 125 | 0.03 | 0 | 0.41 | 0.16 | 64.77 | 0.51 | 0.66 |
| Hex | CE | D5 | 7D | 3 | 0 | 29 | 10 | 41 | 33 | 42 |
| Octal | 316 | 325 | 175 | 3 | 0 | 51 | 20 | 101 | 63 | 102 |
| Binary | 11001110 | 11010101 | 1111101 | 11 | 0 | 101001 | 10000 | 1000001 | 110011 | 1000010 |
Color Harmonies of #CED57D
Complementary color
Monochromatic Colors of #CED57D
Black with #CED57D
Text Example
Text Example
White with #CED57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED57D; }
p { color: rgb(206,213,125); }
H1.HeaderClassName
{
color: #CED57D;
}
.AnyTagClassName
{
color: #CED57D;
}
</style>
background-color css
<style>
a { background-color: #CED57D; }
a { background-color: rgb(206,213,125); }
div.DivClassName
{
background-color: #CED57D;
}
.BgClassName
{
background-color: #CED57D;
}
</style>
border-color css
<style>
span { border-color: #CED57D; }
span { border-color: rgb(206,213,125); }
td.TdClassName
{
border-color: #CED57D;
}
.TagClassName
{
border-color: #CED57D;
}
</style>