Shades of Goldenrod #CED071
Tints of Goldenrod #CED071
RGB
CMYK
RGB Variations
Color information
#CED071 (or 0xCED071) is known color: Goldenrod. HEX triplet: CE, D0 and 71. RGB value is (206,208,113). Sum of RGB (Red+Green+Blue) = 206+208+113=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #CED071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED071 is #312F8E. Grayscale: #C4C4C4. Windows color (decimal): -3223439 or 7459022. OLE color: 7459022.
HSL color Cylindrical-coordinate representation of color #CED071: hue angle of 61.26º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CED071 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 113 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.18 |
| HSL | 61.26º | 0.5% | 0.63% | - |
| HSV(B) | 61.26º | 0.46% | 0.82% | - |
| XYZ | 50.99 | 59.43 | 24.41 | - |
| YUV | 196.57 | 80.84 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 113 | 0.01 | 0 | 0.46 | 0.18 | 61.26 | 0.5 | 0.63 |
| Hex | CE | D0 | 71 | 1 | 0 | 2E | 12 | 3D | 32 | 3F |
| Octal | 316 | 320 | 161 | 1 | 0 | 56 | 22 | 75 | 62 | 77 |
| Binary | 11001110 | 11010000 | 1110001 | 1 | 0 | 101110 | 10010 | 111101 | 110010 | 111111 |
Color Harmonies of #CED071
Complementary color
Monochromatic Colors of #CED071
Black with #CED071
Text Example
Text Example
White with #CED071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED071; }
p { color: rgb(206,208,113); }
H1.HeaderClassName
{
color: #CED071;
}
.AnyTagClassName
{
color: #CED071;
}
</style>
background-color css
<style>
a { background-color: #CED071; }
a { background-color: rgb(206,208,113); }
div.DivClassName
{
background-color: #CED071;
}
.BgClassName
{
background-color: #CED071;
}
</style>
border-color css
<style>
span { border-color: #CED071; }
span { border-color: rgb(206,208,113); }
td.TdClassName
{
border-color: #CED071;
}
.TagClassName
{
border-color: #CED071;
}
</style>