Shades of Goldenrod #D2CE61
Tints of Goldenrod #D2CE61
RGB
CMYK
RGB Variations
Color information
#D2CE61 (or 0xD2CE61) is known color: Goldenrod. HEX triplet: D2, CE and 61. RGB value is (210,206,97). Sum of RGB (Red+Green+Blue) = 210+206+97=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CE61 is #2D319E. Grayscale: #C3C3C3. Windows color (decimal): -2961823 or 6409938. OLE color: 6409938.
HSL color Cylindrical-coordinate representation of color #D2CE61: hue angle of 57.88º 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 #D2CE61 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 97 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.18 |
| HSL | 57.88º | 0.56% | 0.6% | - |
| HSV(B) | 57.88º | 0.54% | 0.82% | - |
| XYZ | 50.81 | 58.71 | 19.96 | - |
| YUV | 194.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 97 | 0 | 0.02 | 0.54 | 0.18 | 57.88 | 0.56 | 0.6 |
| Hex | D2 | CE | 61 | 0 | 2 | 36 | 12 | 3A | 38 | 3C |
| Octal | 322 | 316 | 141 | 0 | 2 | 66 | 22 | 72 | 70 | 74 |
| Binary | 11010010 | 11001110 | 1100001 | 0 | 10 | 110110 | 10010 | 111010 | 111000 | 111100 |
Color Harmonies of #D2CE61
Complementary color
Monochromatic Colors of #D2CE61
Black with #D2CE61
Text Example
Text Example
White with #D2CE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CE61; }
p { color: rgb(210,206,97); }
H1.HeaderClassName
{
color: #D2CE61;
}
.AnyTagClassName
{
color: #D2CE61;
}
</style>
background-color css
<style>
a { background-color: #D2CE61; }
a { background-color: rgb(210,206,97); }
div.DivClassName
{
background-color: #D2CE61;
}
.BgClassName
{
background-color: #D2CE61;
}
</style>
border-color css
<style>
span { border-color: #D2CE61; }
span { border-color: rgb(210,206,97); }
td.TdClassName
{
border-color: #D2CE61;
}
.TagClassName
{
border-color: #D2CE61;
}
</style>