Shades of Goldenrod #DCDA68
Tints of Goldenrod #DCDA68
RGB
CMYK
RGB Variations
Color information
#DCDA68 (or 0xDCDA68) is known color: Goldenrod. HEX triplet: DC, DA and 68. RGB value is (220,218,104). Sum of RGB (Red+Green+Blue) = 220+218+104=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA68 is #232597. Grayscale: #CECECE. Windows color (decimal): -2303384 or 6871772. OLE color: 6871772.
HSL color Cylindrical-coordinate representation of color #DCDA68: hue angle of 58.97º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCDA68 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 104 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.14 |
| HSL | 58.97º | 0.62% | 0.64% | - |
| HSV(B) | 58.97º | 0.53% | 0.86% | - |
| XYZ | 57.09 | 66.36 | 22.9 | - |
| YUV | 205.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 104 | 0 | 0.01 | 0.53 | 0.14 | 58.97 | 0.62 | 0.64 |
| Hex | DC | DA | 68 | 0 | 1 | 35 | E | 3B | 3E | 40 |
| Octal | 334 | 332 | 150 | 0 | 1 | 65 | 16 | 73 | 76 | 100 |
| Binary | 11011100 | 11011010 | 1101000 | 0 | 1 | 110101 | 1110 | 111011 | 111110 | 1000000 |
Color Harmonies of #DCDA68
Complementary color
Monochromatic Colors of #DCDA68
Black with #DCDA68
Text Example
Text Example
White with #DCDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA68; }
p { color: rgb(220,218,104); }
H1.HeaderClassName
{
color: #DCDA68;
}
.AnyTagClassName
{
color: #DCDA68;
}
</style>
background-color css
<style>
a { background-color: #DCDA68; }
a { background-color: rgb(220,218,104); }
div.DivClassName
{
background-color: #DCDA68;
}
.BgClassName
{
background-color: #DCDA68;
}
</style>
border-color css
<style>
span { border-color: #DCDA68; }
span { border-color: rgb(220,218,104); }
td.TdClassName
{
border-color: #DCDA68;
}
.TagClassName
{
border-color: #DCDA68;
}
</style>