Shades of Goldenrod #CDD872
Tints of Goldenrod #CDD872
RGB
CMYK
RGB Variations
Color information
#CDD872 (or 0xCDD872) is known color: Goldenrod. HEX triplet: CD, D8 and 72. RGB value is (205,216,114). Sum of RGB (Red+Green+Blue) = 205+216+114=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD872 is #32278D. Grayscale: #C9C9C9. Windows color (decimal): -3286926 or 7526605. OLE color: 7526605.
HSL color Cylindrical-coordinate representation of color #CDD872: hue angle of 66.47º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDD872 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 114 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.15 |
| HSL | 66.47º | 0.57% | 0.65% | - |
| HSV(B) | 66.47º | 0.47% | 0.85% | - |
| XYZ | 52.77 | 63.31 | 25.36 | - |
| YUV | 201.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 114 | 0.05 | 0 | 0.47 | 0.15 | 66.47 | 0.57 | 0.65 |
| Hex | CD | D8 | 72 | 5 | 0 | 2F | F | 42 | 39 | 41 |
| Octal | 315 | 330 | 162 | 5 | 0 | 57 | 17 | 102 | 71 | 101 |
| Binary | 11001101 | 11011000 | 1110010 | 101 | 0 | 101111 | 1111 | 1000010 | 111001 | 1000001 |
Color Harmonies of #CDD872
Complementary color
Monochromatic Colors of #CDD872
Black with #CDD872
Text Example
Text Example
White with #CDD872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD872; }
p { color: rgb(205,216,114); }
H1.HeaderClassName
{
color: #CDD872;
}
.AnyTagClassName
{
color: #CDD872;
}
</style>
background-color css
<style>
a { background-color: #CDD872; }
a { background-color: rgb(205,216,114); }
div.DivClassName
{
background-color: #CDD872;
}
.BgClassName
{
background-color: #CDD872;
}
</style>
border-color css
<style>
span { border-color: #CDD872; }
span { border-color: rgb(205,216,114); }
td.TdClassName
{
border-color: #CDD872;
}
.TagClassName
{
border-color: #CDD872;
}
</style>