Shades of Goldenrod #CDCE6C
Tints of Goldenrod #CDCE6C
RGB
CMYK
RGB Variations
Color information
#CDCE6C (or 0xCDCE6C) is known color: Goldenrod. HEX triplet: CD, CE and 6C. RGB value is (205,206,108). Sum of RGB (Red+Green+Blue) = 205+206+108=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCE6C is #323193. Grayscale: #C2C2C2. Windows color (decimal): -3289492 or 7130829. OLE color: 7130829.
HSL color Cylindrical-coordinate representation of color #CDCE6C: hue angle of 60.61º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDCE6C is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 108 | - |
| CMYK | 0.00 | 0 | 0.48 | 0.19 |
| HSL | 60.61º | 0.5% | 0.62% | - |
| HSV(B) | 60.61º | 0.48% | 0.81% | - |
| XYZ | 49.95 | 58.2 | 22.79 | - |
| YUV | 194.53 | 79.17 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 108 | 0.00 | 0 | 0.48 | 0.19 | 60.61 | 0.5 | 0.62 |
| Hex | CD | CE | 6C | 0 | 0 | 30 | 13 | 3D | 32 | 3E |
| Octal | 315 | 316 | 154 | 0 | 0 | 60 | 23 | 75 | 62 | 76 |
| Binary | 11001101 | 11001110 | 1101100 | 0 | 0 | 110000 | 10011 | 111101 | 110010 | 111110 |
Color Harmonies of #CDCE6C
Complementary color
Monochromatic Colors of #CDCE6C
Black with #CDCE6C
Text Example
Text Example
White with #CDCE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE6C; }
p { color: rgb(205,206,108); }
H1.HeaderClassName
{
color: #CDCE6C;
}
.AnyTagClassName
{
color: #CDCE6C;
}
</style>
background-color css
<style>
a { background-color: #CDCE6C; }
a { background-color: rgb(205,206,108); }
div.DivClassName
{
background-color: #CDCE6C;
}
.BgClassName
{
background-color: #CDCE6C;
}
</style>
border-color css
<style>
span { border-color: #CDCE6C; }
span { border-color: rgb(205,206,108); }
td.TdClassName
{
border-color: #CDCE6C;
}
.TagClassName
{
border-color: #CDCE6C;
}
</style>