Shades of Goldenrod #DCD775
Tints of Goldenrod #DCD775
RGB
CMYK
RGB Variations
Color information
#DCD775 (or 0xDCD775) is known color: Goldenrod. HEX triplet: DC, D7 and 75. RGB value is (220,215,117). Sum of RGB (Red+Green+Blue) = 220+215+117=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD775 is #23288A. Grayscale: #CDCDCD. Windows color (decimal): -2304139 or 7722972. OLE color: 7722972.
HSL color Cylindrical-coordinate representation of color #DCD775: hue angle of 57.09º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCD775 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 117 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.14 |
| HSL | 57.09º | 0.6% | 0.66% | - |
| HSV(B) | 57.09º | 0.47% | 0.86% | - |
| XYZ | 57.03 | 65.1 | 26.39 | - |
| YUV | 205.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 117 | 0 | 0.02 | 0.47 | 0.14 | 57.09 | 0.6 | 0.66 |
| Hex | DC | D7 | 75 | 0 | 2 | 2F | E | 39 | 3C | 42 |
| Octal | 334 | 327 | 165 | 0 | 2 | 57 | 16 | 71 | 74 | 102 |
| Binary | 11011100 | 11010111 | 1110101 | 0 | 10 | 101111 | 1110 | 111001 | 111100 | 1000010 |
Color Harmonies of #DCD775
Complementary color
Monochromatic Colors of #DCD775
Black with #DCD775
Text Example
Text Example
White with #DCD775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD775; }
p { color: rgb(220,215,117); }
H1.HeaderClassName
{
color: #DCD775;
}
.AnyTagClassName
{
color: #DCD775;
}
</style>
background-color css
<style>
a { background-color: #DCD775; }
a { background-color: rgb(220,215,117); }
div.DivClassName
{
background-color: #DCD775;
}
.BgClassName
{
background-color: #DCD775;
}
</style>
border-color css
<style>
span { border-color: #DCD775; }
span { border-color: rgb(220,215,117); }
td.TdClassName
{
border-color: #DCD775;
}
.TagClassName
{
border-color: #DCD775;
}
</style>