Shades of Goldenrod #DCDA6B
Tints of Goldenrod #DCDA6B
RGB
CMYK
RGB Variations
Color information
#DCDA6B (or 0xDCDA6B) is known color: Goldenrod. HEX triplet: DC, DA and 6B. RGB value is (220,218,107). Sum of RGB (Red+Green+Blue) = 220+218+107=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 107 (42.19% from 255 or 19.63% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA6B is #232594. Grayscale: #CECECE. Windows color (decimal): -2303381 or 7068380. OLE color: 7068380.
HSL color Cylindrical-coordinate representation of color #DCDA6B: hue angle of 58.94º 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 #DCDA6B is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 107 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.14 |
| HSL | 58.94º | 0.62% | 0.64% | - |
| HSV(B) | 58.94º | 0.51% | 0.86% | - |
| XYZ | 57.24 | 66.42 | 23.71 | - |
| YUV | 205.94 | 72.16 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 107 | 0 | 0.01 | 0.51 | 0.14 | 58.94 | 0.62 | 0.64 |
| Hex | DC | DA | 6B | 0 | 1 | 33 | E | 3B | 3E | 40 |
| Octal | 334 | 332 | 153 | 0 | 1 | 63 | 16 | 73 | 76 | 100 |
| Binary | 11011100 | 11011010 | 1101011 | 0 | 1 | 110011 | 1110 | 111011 | 111110 | 1000000 |
Color Harmonies of #DCDA6B
Complementary color
Monochromatic Colors of #DCDA6B
Black with #DCDA6B
Text Example
Text Example
White with #DCDA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA6B; }
p { color: rgb(220,218,107); }
H1.HeaderClassName
{
color: #DCDA6B;
}
.AnyTagClassName
{
color: #DCDA6B;
}
</style>
background-color css
<style>
a { background-color: #DCDA6B; }
a { background-color: rgb(220,218,107); }
div.DivClassName
{
background-color: #DCDA6B;
}
.BgClassName
{
background-color: #DCDA6B;
}
</style>
border-color css
<style>
span { border-color: #DCDA6B; }
span { border-color: rgb(220,218,107); }
td.TdClassName
{
border-color: #DCDA6B;
}
.TagClassName
{
border-color: #DCDA6B;
}
</style>