Shades of Goldenrod #CDDC76
Tints of Goldenrod #CDDC76
RGB
CMYK
RGB Variations
Color information
#CDDC76 (or 0xCDDC76) is known color: Goldenrod. HEX triplet: CD, DC and 76. RGB value is (205,220,118). Sum of RGB (Red+Green+Blue) = 205+220+118=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC76 is #322389. Grayscale: #CCCCCC. Windows color (decimal): -3285898 or 7789773. OLE color: 7789773.
HSL color Cylindrical-coordinate representation of color #CDDC76: hue angle of 68.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDDC76 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 118 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.14 |
| HSL | 68.82º | 0.59% | 0.66% | - |
| HSV(B) | 68.82º | 0.46% | 0.86% | - |
| XYZ | 54.04 | 65.47 | 26.93 | - |
| YUV | 203.89 | 79.53 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 118 | 0.07 | 0 | 0.46 | 0.14 | 68.82 | 0.59 | 0.66 |
| Hex | CD | DC | 76 | 7 | 0 | 2E | E | 45 | 3B | 42 |
| Octal | 315 | 334 | 166 | 7 | 0 | 56 | 16 | 105 | 73 | 102 |
| Binary | 11001101 | 11011100 | 1110110 | 111 | 0 | 101110 | 1110 | 1000101 | 111011 | 1000010 |
Color Harmonies of #CDDC76
Complementary color
Monochromatic Colors of #CDDC76
Black with #CDDC76
Text Example
Text Example
White with #CDDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC76; }
p { color: rgb(205,220,118); }
H1.HeaderClassName
{
color: #CDDC76;
}
.AnyTagClassName
{
color: #CDDC76;
}
</style>
background-color css
<style>
a { background-color: #CDDC76; }
a { background-color: rgb(205,220,118); }
div.DivClassName
{
background-color: #CDDC76;
}
.BgClassName
{
background-color: #CDDC76;
}
</style>
border-color css
<style>
span { border-color: #CDDC76; }
span { border-color: rgb(205,220,118); }
td.TdClassName
{
border-color: #CDDC76;
}
.TagClassName
{
border-color: #CDDC76;
}
</style>