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