Shades of Goldenrod #CDD874
Tints of Goldenrod #CDD874
RGB
CMYK
RGB Variations
Color information
#CDD874 (or 0xCDD874) is known color: Goldenrod. HEX triplet: CD, D8 and 74. RGB value is (205,216,116). Sum of RGB (Red+Green+Blue) = 205+216+116=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD874 is #32278B. Grayscale: #C9C9C9. Windows color (decimal): -3286924 or 7657677. OLE color: 7657677.
HSL color Cylindrical-coordinate representation of color #CDD874: hue angle of 66.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDD874 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 116 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.15 |
| HSL | 66.6º | 0.56% | 0.65% | - |
| HSV(B) | 66.6º | 0.46% | 0.85% | - |
| XYZ | 52.89 | 63.35 | 25.96 | - |
| YUV | 201.31 | 79.86 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 116 | 0.05 | 0 | 0.46 | 0.15 | 66.6 | 0.56 | 0.65 |
| Hex | CD | D8 | 74 | 5 | 0 | 2E | F | 43 | 38 | 41 |
| Octal | 315 | 330 | 164 | 5 | 0 | 56 | 17 | 103 | 70 | 101 |
| Binary | 11001101 | 11011000 | 1110100 | 101 | 0 | 101110 | 1111 | 1000011 | 111000 | 1000001 |
Color Harmonies of #CDD874
Complementary color
Monochromatic Colors of #CDD874
Black with #CDD874
Text Example
Text Example
White with #CDD874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD874; }
p { color: rgb(205,216,116); }
H1.HeaderClassName
{
color: #CDD874;
}
.AnyTagClassName
{
color: #CDD874;
}
</style>
background-color css
<style>
a { background-color: #CDD874; }
a { background-color: rgb(205,216,116); }
div.DivClassName
{
background-color: #CDD874;
}
.BgClassName
{
background-color: #CDD874;
}
</style>
border-color css
<style>
span { border-color: #CDD874; }
span { border-color: rgb(205,216,116); }
td.TdClassName
{
border-color: #CDD874;
}
.TagClassName
{
border-color: #CDD874;
}
</style>