Shades of Goldenrod #CED270
Tints of Goldenrod #CED270
RGB
CMYK
RGB Variations
Color information
#CED270 (or 0xCED270) is known color: Goldenrod. HEX triplet: CE, D2 and 70. RGB value is (206,210,112). Sum of RGB (Red+Green+Blue) = 206+210+112=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #CED270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED270 is #312D8F. Grayscale: #C6C6C6. Windows color (decimal): -3222928 or 7393998. OLE color: 7393998.
HSL color Cylindrical-coordinate representation of color #CED270: hue angle of 62.45º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CED270 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 112 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.18 |
| HSL | 62.45º | 0.52% | 0.63% | - |
| HSV(B) | 62.45º | 0.47% | 0.82% | - |
| XYZ | 51.42 | 60.38 | 24.27 | - |
| YUV | 197.63 | 79.67 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 112 | 0.02 | 0 | 0.47 | 0.18 | 62.45 | 0.52 | 0.63 |
| Hex | CE | D2 | 70 | 2 | 0 | 2F | 12 | 3E | 34 | 3F |
| Octal | 316 | 322 | 160 | 2 | 0 | 57 | 22 | 76 | 64 | 77 |
| Binary | 11001110 | 11010010 | 1110000 | 10 | 0 | 101111 | 10010 | 111110 | 110100 | 111111 |
Color Harmonies of #CED270
Complementary color
Monochromatic Colors of #CED270
Black with #CED270
Text Example
Text Example
White with #CED270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED270; }
p { color: rgb(206,210,112); }
H1.HeaderClassName
{
color: #CED270;
}
.AnyTagClassName
{
color: #CED270;
}
</style>
background-color css
<style>
a { background-color: #CED270; }
a { background-color: rgb(206,210,112); }
div.DivClassName
{
background-color: #CED270;
}
.BgClassName
{
background-color: #CED270;
}
</style>
border-color css
<style>
span { border-color: #CED270; }
span { border-color: rgb(206,210,112); }
td.TdClassName
{
border-color: #CED270;
}
.TagClassName
{
border-color: #CED270;
}
</style>