Shades of Goldenrod #DCDC67
Tints of Goldenrod #DCDC67
RGB
CMYK
RGB Variations
Color information
#DCDC67 (or 0xDCDC67) is known color: Goldenrod. HEX triplet: DC, DC and 67. RGB value is (220,220,103). Sum of RGB (Red+Green+Blue) = 220+220+103=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 103 (40.62% from 255 or 18.97% from 543); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC67 is #232398. Grayscale: #CFCFCF. Windows color (decimal): -2302873 or 6806748. OLE color: 6806748.
HSL color Cylindrical-coordinate representation of color #DCDC67: hue angle of 60º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCDC67 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 103 | - |
| CMYK | 0 | 0 | 0.53 | 0.14 |
| HSL | 60º | 0.63% | 0.63% | - |
| HSV(B) | 60º | 0.53% | 0.86% | - |
| XYZ | 57.56 | 67.38 | 22.8 | - |
| YUV | 206.66 | 69.5 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 103 | 0 | 0 | 0.53 | 0.14 | 60 | 0.63 | 0.63 |
| Hex | DC | DC | 67 | 0 | 0 | 35 | E | 3C | 3F | 3F |
| Octal | 334 | 334 | 147 | 0 | 0 | 65 | 16 | 74 | 77 | 77 |
| Binary | 11011100 | 11011100 | 1100111 | 0 | 0 | 110101 | 1110 | 111100 | 111111 | 111111 |
Color Harmonies of #DCDC67
Complementary color
Monochromatic Colors of #DCDC67
Black with #DCDC67
Text Example
Text Example
White with #DCDC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC67; }
p { color: rgb(220,220,103); }
H1.HeaderClassName
{
color: #DCDC67;
}
.AnyTagClassName
{
color: #DCDC67;
}
</style>
background-color css
<style>
a { background-color: #DCDC67; }
a { background-color: rgb(220,220,103); }
div.DivClassName
{
background-color: #DCDC67;
}
.BgClassName
{
background-color: #DCDC67;
}
</style>
border-color css
<style>
span { border-color: #DCDC67; }
span { border-color: rgb(220,220,103); }
td.TdClassName
{
border-color: #DCDC67;
}
.TagClassName
{
border-color: #DCDC67;
}
</style>