Shades of Goldenrod #D2CD60
Tints of Goldenrod #D2CD60
RGB
CMYK
RGB Variations
Color information
#D2CD60 (or 0xD2CD60) is known color: Goldenrod. HEX triplet: D2, CD and 60. RGB value is (210,205,96). Sum of RGB (Red+Green+Blue) = 210+205+96=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CD60 is #2D329F. Grayscale: #C2C2C2. Windows color (decimal): -2962080 or 6344146. OLE color: 6344146.
HSL color Cylindrical-coordinate representation of color #D2CD60: hue angle of 57.37º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2CD60 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 205 | 96 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.18 |
| HSL | 57.37º | 0.56% | 0.6% | - |
| HSV(B) | 57.37º | 0.54% | 0.82% | - |
| XYZ | 50.52 | 58.21 | 19.64 | - |
| YUV | 194.07 | 72.66 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 96 | 0 | 0.02 | 0.54 | 0.18 | 57.37 | 0.56 | 0.6 |
| Hex | D2 | CD | 60 | 0 | 2 | 36 | 12 | 39 | 38 | 3C |
| Octal | 322 | 315 | 140 | 0 | 2 | 66 | 22 | 71 | 70 | 74 |
| Binary | 11010010 | 11001101 | 1100000 | 0 | 10 | 110110 | 10010 | 111001 | 111000 | 111100 |
Color Harmonies of #D2CD60
Complementary color
Monochromatic Colors of #D2CD60
Black with #D2CD60
Text Example
Text Example
White with #D2CD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CD60; }
p { color: rgb(210,205,96); }
H1.HeaderClassName
{
color: #D2CD60;
}
.AnyTagClassName
{
color: #D2CD60;
}
</style>
background-color css
<style>
a { background-color: #D2CD60; }
a { background-color: rgb(210,205,96); }
div.DivClassName
{
background-color: #D2CD60;
}
.BgClassName
{
background-color: #D2CD60;
}
</style>
border-color css
<style>
span { border-color: #D2CD60; }
span { border-color: rgb(210,205,96); }
td.TdClassName
{
border-color: #D2CD60;
}
.TagClassName
{
border-color: #D2CD60;
}
</style>