Shades of Goldenrod #DCD97B
Tints of Goldenrod #DCD97B
RGB
CMYK
RGB Variations
Color information
#DCD97B (or 0xDCD97B) is known color: Goldenrod. HEX triplet: DC, D9 and 7B. RGB value is (220,217,123). Sum of RGB (Red+Green+Blue) = 220+217+123=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 123 (48.44% from 255 or 21.96% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD97B is #232684. Grayscale: #CFCFCF. Windows color (decimal): -2303621 or 8116700. OLE color: 8116700.
HSL color Cylindrical-coordinate representation of color #DCD97B: hue angle of 58.14º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCD97B is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 123 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.14 |
| HSL | 58.14º | 0.58% | 0.67% | - |
| HSV(B) | 58.14º | 0.44% | 0.86% | - |
| XYZ | 57.9 | 66.27 | 28.48 | - |
| YUV | 207.18 | 80.49 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 123 | 0 | 0.01 | 0.44 | 0.14 | 58.14 | 0.58 | 0.67 |
| Hex | DC | D9 | 7B | 0 | 1 | 2C | E | 3A | 3A | 43 |
| Octal | 334 | 331 | 173 | 0 | 1 | 54 | 16 | 72 | 72 | 103 |
| Binary | 11011100 | 11011001 | 1111011 | 0 | 1 | 101100 | 1110 | 111010 | 111010 | 1000011 |
Color Harmonies of #DCD97B
Complementary color
Monochromatic Colors of #DCD97B
Black with #DCD97B
Text Example
Text Example
White with #DCD97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD97B; }
p { color: rgb(220,217,123); }
H1.HeaderClassName
{
color: #DCD97B;
}
.AnyTagClassName
{
color: #DCD97B;
}
</style>
background-color css
<style>
a { background-color: #DCD97B; }
a { background-color: rgb(220,217,123); }
div.DivClassName
{
background-color: #DCD97B;
}
.BgClassName
{
background-color: #DCD97B;
}
</style>
border-color css
<style>
span { border-color: #DCD97B; }
span { border-color: rgb(220,217,123); }
td.TdClassName
{
border-color: #DCD97B;
}
.TagClassName
{
border-color: #DCD97B;
}
</style>