Shades of Goldenrod #CDCD6D
Tints of Goldenrod #CDCD6D
RGB
CMYK
RGB Variations
Color information
#CDCD6D (or 0xCDCD6D) is known color: Goldenrod. HEX triplet: CD, CD and 6D. RGB value is (205,205,109). Sum of RGB (Red+Green+Blue) = 205+205+109=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD6D is #323292. Grayscale: #C2C2C2. Windows color (decimal): -3289747 or 7196109. OLE color: 7196109.
HSL color Cylindrical-coordinate representation of color #CDCD6D: hue angle of 60º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDCD6D is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 109 | - |
| CMYK | 0 | 0 | 0.47 | 0.20 |
| HSL | 60º | 0.49% | 0.62% | - |
| HSV(B) | 60º | 0.47% | 0.8% | - |
| XYZ | 49.77 | 57.75 | 22.99 | - |
| YUV | 194.06 | 80 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 109 | 0 | 0 | 0.47 | 0.20 | 60 | 0.49 | 0.62 |
| Hex | CD | CD | 6D | 0 | 0 | 2F | 14 | 3C | 31 | 3E |
| Octal | 315 | 315 | 155 | 0 | 0 | 57 | 24 | 74 | 61 | 76 |
| Binary | 11001101 | 11001101 | 1101101 | 0 | 0 | 101111 | 10100 | 111100 | 110001 | 111110 |
Color Harmonies of #CDCD6D
Complementary color
Monochromatic Colors of #CDCD6D
Black with #CDCD6D
Text Example
Text Example
White with #CDCD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD6D; }
p { color: rgb(205,205,109); }
H1.HeaderClassName
{
color: #CDCD6D;
}
.AnyTagClassName
{
color: #CDCD6D;
}
</style>
background-color css
<style>
a { background-color: #CDCD6D; }
a { background-color: rgb(205,205,109); }
div.DivClassName
{
background-color: #CDCD6D;
}
.BgClassName
{
background-color: #CDCD6D;
}
</style>
border-color css
<style>
span { border-color: #CDCD6D; }
span { border-color: rgb(205,205,109); }
td.TdClassName
{
border-color: #CDCD6D;
}
.TagClassName
{
border-color: #CDCD6D;
}
</style>