Shades of Goldenrod #DCDA67
Tints of Goldenrod #DCDA67
RGB
CMYK
RGB Variations
Color information
#DCDA67 (or 0xDCDA67) is known color: Goldenrod. HEX triplet: DC, DA and 67. RGB value is (220,218,103). Sum of RGB (Red+Green+Blue) = 220+218+103=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 103 (40.62% from 255 or 19.04% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA67 is #232598. Grayscale: #CDCDCD. Windows color (decimal): -2303385 or 6806236. OLE color: 6806236.
HSL color Cylindrical-coordinate representation of color #DCDA67: hue angle of 58.97º 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 #DCDA67 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 103 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.14 |
| HSL | 58.97º | 0.63% | 0.63% | - |
| HSV(B) | 58.97º | 0.53% | 0.86% | - |
| XYZ | 57.03 | 66.34 | 22.63 | - |
| YUV | 205.49 | 70.16 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 103 | 0 | 0.01 | 0.53 | 0.14 | 58.97 | 0.63 | 0.63 |
| Hex | DC | DA | 67 | 0 | 1 | 35 | E | 3B | 3F | 3F |
| Octal | 334 | 332 | 147 | 0 | 1 | 65 | 16 | 73 | 77 | 77 |
| Binary | 11011100 | 11011010 | 1100111 | 0 | 1 | 110101 | 1110 | 111011 | 111111 | 111111 |
Color Harmonies of #DCDA67
Complementary color
Monochromatic Colors of #DCDA67
Black with #DCDA67
Text Example
Text Example
White with #DCDA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA67; }
p { color: rgb(220,218,103); }
H1.HeaderClassName
{
color: #DCDA67;
}
.AnyTagClassName
{
color: #DCDA67;
}
</style>
background-color css
<style>
a { background-color: #DCDA67; }
a { background-color: rgb(220,218,103); }
div.DivClassName
{
background-color: #DCDA67;
}
.BgClassName
{
background-color: #DCDA67;
}
</style>
border-color css
<style>
span { border-color: #DCDA67; }
span { border-color: rgb(220,218,103); }
td.TdClassName
{
border-color: #DCDA67;
}
.TagClassName
{
border-color: #DCDA67;
}
</style>