Shades of Goldenrod #DCD76B
Tints of Goldenrod #DCD76B
RGB
CMYK
RGB Variations
Color information
#DCD76B (or 0xDCD76B) is known color: Goldenrod. HEX triplet: DC, D7 and 6B. RGB value is (220,215,107). Sum of RGB (Red+Green+Blue) = 220+215+107=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD76B is #232894. Grayscale: #CCCCCC. Windows color (decimal): -2304149 or 7067612. OLE color: 7067612.
HSL color Cylindrical-coordinate representation of color #DCD76B: hue angle of 57.35º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCD76B is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 107 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.14 |
| HSL | 57.35º | 0.62% | 0.64% | - |
| HSV(B) | 57.35º | 0.51% | 0.86% | - |
| XYZ | 56.47 | 64.88 | 23.46 | - |
| YUV | 204.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 107 | 0 | 0.02 | 0.51 | 0.14 | 57.35 | 0.62 | 0.64 |
| Hex | DC | D7 | 6B | 0 | 2 | 33 | E | 39 | 3E | 40 |
| Octal | 334 | 327 | 153 | 0 | 2 | 63 | 16 | 71 | 76 | 100 |
| Binary | 11011100 | 11010111 | 1101011 | 0 | 10 | 110011 | 1110 | 111001 | 111110 | 1000000 |
Color Harmonies of #DCD76B
Complementary color
Monochromatic Colors of #DCD76B
Black with #DCD76B
Text Example
Text Example
White with #DCD76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD76B; }
p { color: rgb(220,215,107); }
H1.HeaderClassName
{
color: #DCD76B;
}
.AnyTagClassName
{
color: #DCD76B;
}
</style>
background-color css
<style>
a { background-color: #DCD76B; }
a { background-color: rgb(220,215,107); }
div.DivClassName
{
background-color: #DCD76B;
}
.BgClassName
{
background-color: #DCD76B;
}
</style>
border-color css
<style>
span { border-color: #DCD76B; }
span { border-color: rgb(220,215,107); }
td.TdClassName
{
border-color: #DCD76B;
}
.TagClassName
{
border-color: #DCD76B;
}
</style>