Shades of Goldenrod #CDCE6B
Tints of Goldenrod #CDCE6B
RGB
CMYK
RGB Variations
Color information
#CDCE6B (or 0xCDCE6B) is known color: Goldenrod. HEX triplet: CD, CE and 6B. RGB value is (205,206,107). Sum of RGB (Red+Green+Blue) = 205+206+107=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCE6B is #323194. Grayscale: #C2C2C2. Windows color (decimal): -3289493 or 7065293. OLE color: 7065293.
HSL color Cylindrical-coordinate representation of color #CDCE6B: hue angle of 60.61º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDCE6B is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 107 | - |
| CMYK | 0.00 | 0 | 0.48 | 0.19 |
| HSL | 60.61º | 0.5% | 0.61% | - |
| HSV(B) | 60.61º | 0.48% | 0.81% | - |
| XYZ | 49.9 | 58.18 | 22.51 | - |
| YUV | 194.42 | 78.67 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 107 | 0.00 | 0 | 0.48 | 0.19 | 60.61 | 0.5 | 0.61 |
| Hex | CD | CE | 6B | 0 | 0 | 30 | 13 | 3D | 32 | 3D |
| Octal | 315 | 316 | 153 | 0 | 0 | 60 | 23 | 75 | 62 | 75 |
| Binary | 11001101 | 11001110 | 1101011 | 0 | 0 | 110000 | 10011 | 111101 | 110010 | 111101 |
Color Harmonies of #CDCE6B
Complementary color
Monochromatic Colors of #CDCE6B
Black with #CDCE6B
Text Example
Text Example
White with #CDCE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE6B; }
p { color: rgb(205,206,107); }
H1.HeaderClassName
{
color: #CDCE6B;
}
.AnyTagClassName
{
color: #CDCE6B;
}
</style>
background-color css
<style>
a { background-color: #CDCE6B; }
a { background-color: rgb(205,206,107); }
div.DivClassName
{
background-color: #CDCE6B;
}
.BgClassName
{
background-color: #CDCE6B;
}
</style>
border-color css
<style>
span { border-color: #CDCE6B; }
span { border-color: rgb(205,206,107); }
td.TdClassName
{
border-color: #CDCE6B;
}
.TagClassName
{
border-color: #CDCE6B;
}
</style>