Shades of Goldenrod #DCDA69
Tints of Goldenrod #DCDA69
RGB
CMYK
RGB Variations
Color information
#DCDA69 (or 0xDCDA69) is known color: Goldenrod. HEX triplet: DC, DA and 69. RGB value is (220,218,105). Sum of RGB (Red+Green+Blue) = 220+218+105=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA69 is #232596. Grayscale: #CECECE. Windows color (decimal): -2303383 or 6937308. OLE color: 6937308.
HSL color Cylindrical-coordinate representation of color #DCDA69: hue angle of 58.96º 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 #DCDA69 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 105 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.14 |
| HSL | 58.96º | 0.62% | 0.64% | - |
| HSV(B) | 58.96º | 0.52% | 0.86% | - |
| XYZ | 57.14 | 66.38 | 23.17 | - |
| YUV | 205.72 | 71.16 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 105 | 0 | 0.01 | 0.52 | 0.14 | 58.96 | 0.62 | 0.64 |
| Hex | DC | DA | 69 | 0 | 1 | 34 | E | 3B | 3E | 40 |
| Octal | 334 | 332 | 151 | 0 | 1 | 64 | 16 | 73 | 76 | 100 |
| Binary | 11011100 | 11011010 | 1101001 | 0 | 1 | 110100 | 1110 | 111011 | 111110 | 1000000 |
Color Harmonies of #DCDA69
Complementary color
Monochromatic Colors of #DCDA69
Black with #DCDA69
Text Example
Text Example
White with #DCDA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA69; }
p { color: rgb(220,218,105); }
H1.HeaderClassName
{
color: #DCDA69;
}
.AnyTagClassName
{
color: #DCDA69;
}
</style>
background-color css
<style>
a { background-color: #DCDA69; }
a { background-color: rgb(220,218,105); }
div.DivClassName
{
background-color: #DCDA69;
}
.BgClassName
{
background-color: #DCDA69;
}
</style>
border-color css
<style>
span { border-color: #DCDA69; }
span { border-color: rgb(220,218,105); }
td.TdClassName
{
border-color: #DCDA69;
}
.TagClassName
{
border-color: #DCDA69;
}
</style>