Shades of Goldenrod #DCDC69
Tints of Goldenrod #DCDC69
RGB
CMYK
RGB Variations
Color information
#DCDC69 (or 0xDCDC69) is known color: Goldenrod. HEX triplet: DC, DC and 69. RGB value is (220,220,105). Sum of RGB (Red+Green+Blue) = 220+220+105=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC69 is #232396. Grayscale: #CFCFCF. Windows color (decimal): -2302871 or 6937820. OLE color: 6937820.
HSL color Cylindrical-coordinate representation of color #DCDC69: hue angle of 60º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCDC69 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 105 | - |
| CMYK | 0 | 0 | 0.52 | 0.14 |
| HSL | 60º | 0.62% | 0.64% | - |
| HSV(B) | 60º | 0.52% | 0.86% | - |
| XYZ | 57.66 | 67.42 | 23.34 | - |
| YUV | 206.89 | 70.5 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 105 | 0 | 0 | 0.52 | 0.14 | 60 | 0.62 | 0.64 |
| Hex | DC | DC | 69 | 0 | 0 | 34 | E | 3C | 3E | 40 |
| Octal | 334 | 334 | 151 | 0 | 0 | 64 | 16 | 74 | 76 | 100 |
| Binary | 11011100 | 11011100 | 1101001 | 0 | 0 | 110100 | 1110 | 111100 | 111110 | 1000000 |
Color Harmonies of #DCDC69
Complementary color
Monochromatic Colors of #DCDC69
Black with #DCDC69
Text Example
Text Example
White with #DCDC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC69; }
p { color: rgb(220,220,105); }
H1.HeaderClassName
{
color: #DCDC69;
}
.AnyTagClassName
{
color: #DCDC69;
}
</style>
background-color css
<style>
a { background-color: #DCDC69; }
a { background-color: rgb(220,220,105); }
div.DivClassName
{
background-color: #DCDC69;
}
.BgClassName
{
background-color: #DCDC69;
}
</style>
border-color css
<style>
span { border-color: #DCDC69; }
span { border-color: rgb(220,220,105); }
td.TdClassName
{
border-color: #DCDC69;
}
.TagClassName
{
border-color: #DCDC69;
}
</style>