Shades of Deco #CED77D
Tints of Deco #CED77D
RGB
CMYK
RGB Variations
Color information
#CED77D (or 0xCED77D) is known color: Deco. HEX triplet: CE, D7 and 7D. RGB value is (206,215,125). Sum of RGB (Red+Green+Blue) = 206+215+125=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 215 - color contains mainly: green. Hex color #CED77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED77D is #312882. Grayscale: #CACACA. Windows color (decimal): -3221635 or 8247246. OLE color: 8247246.
HSL color Cylindrical-coordinate representation of color #CED77D: hue angle of 66º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CED77D is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 215 | 125 | - |
CMYK | 0.04 | 0 | 0.42 | 0.16 |
HSL | 66º | 0.53% | 0.67% | - |
HSV(B) | 66º | 0.42% | 0.84% | - |
XYZ | 53.46 | 63.2 | 28.78 | - |
YUV | 202.05 | 84.52 | 130.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 215 | 125 | 0.04 | 0 | 0.42 | 0.16 | 66 | 0.53 | 0.67 |
Hex | CE | D7 | 7D | 4 | 0 | 2A | 10 | 42 | 35 | 43 |
Octal | 316 | 327 | 175 | 4 | 0 | 52 | 20 | 102 | 65 | 103 |
Binary | 11001110 | 11010111 | 1111101 | 100 | 0 | 101010 | 10000 | 1000010 | 110101 | 1000011 |
Color Harmonies of #CED77D
Complementary color
Monochromatic Colors of #CED77D
Black with #CED77D
Text Example
Text Example
White with #CED77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED77D; }
p { color: rgb(206,215,125); }
H1.HeaderClassName
{
color: #CED77D;
}
.AnyTagClassName
{
color: #CED77D;
}
</style>
background-color css
<style>
a { background-color: #CED77D; }
a { background-color: rgb(206,215,125); }
div.DivClassName
{
background-color: #CED77D;
}
.BgClassName
{
background-color: #CED77D;
}
</style>
border-color css
<style>
span { border-color: #CED77D; }
span { border-color: rgb(206,215,125); }
td.TdClassName
{
border-color: #CED77D;
}
.TagClassName
{
border-color: #CED77D;
}
</style>