Shades of Goldenrod #CED271
Tints of Goldenrod #CED271
RGB
CMYK
RGB Variations
Color information
#CED271 (or 0xCED271) is known color: Goldenrod. HEX triplet: CE, D2 and 71. RGB value is (206,210,113). Sum of RGB (Red+Green+Blue) = 206+210+113=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #CED271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED271 is #312D8E. Grayscale: #C6C6C6. Windows color (decimal): -3222927 or 7459534. OLE color: 7459534.
HSL color Cylindrical-coordinate representation of color #CED271: hue angle of 62.47º degrees, saturation: 0.52, 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 #CED271 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 113 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.18 |
| HSL | 62.47º | 0.52% | 0.63% | - |
| HSV(B) | 62.47º | 0.46% | 0.82% | - |
| XYZ | 51.48 | 60.41 | 24.57 | - |
| YUV | 197.75 | 80.17 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 113 | 0.02 | 0 | 0.46 | 0.18 | 62.47 | 0.52 | 0.63 |
| Hex | CE | D2 | 71 | 2 | 0 | 2E | 12 | 3E | 34 | 3F |
| Octal | 316 | 322 | 161 | 2 | 0 | 56 | 22 | 76 | 64 | 77 |
| Binary | 11001110 | 11010010 | 1110001 | 10 | 0 | 101110 | 10010 | 111110 | 110100 | 111111 |
Color Harmonies of #CED271
Complementary color
Monochromatic Colors of #CED271
Black with #CED271
Text Example
Text Example
White with #CED271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED271; }
p { color: rgb(206,210,113); }
H1.HeaderClassName
{
color: #CED271;
}
.AnyTagClassName
{
color: #CED271;
}
</style>
background-color css
<style>
a { background-color: #CED271; }
a { background-color: rgb(206,210,113); }
div.DivClassName
{
background-color: #CED271;
}
.BgClassName
{
background-color: #CED271;
}
</style>
border-color css
<style>
span { border-color: #CED271; }
span { border-color: rgb(206,210,113); }
td.TdClassName
{
border-color: #CED271;
}
.TagClassName
{
border-color: #CED271;
}
</style>