Shades of Goldenrod #DCD369
Tints of Goldenrod #DCD369
RGB
CMYK
RGB Variations
Color information
#DCD369 (or 0xDCD369) is known color: Goldenrod. HEX triplet: DC, D3 and 69. RGB value is (220,211,105). Sum of RGB (Red+Green+Blue) = 220+211+105=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD369 is #232C96. Grayscale: #CACACA. Windows color (decimal): -2305175 or 6935516. OLE color: 6935516.
HSL color Cylindrical-coordinate representation of color #DCD369: hue angle of 55.3º 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 #DCD369 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 105 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.14 |
| HSL | 55.3º | 0.62% | 0.64% | - |
| HSV(B) | 55.3º | 0.52% | 0.86% | - |
| XYZ | 55.36 | 62.82 | 22.57 | - |
| YUV | 201.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 105 | 0 | 0.04 | 0.52 | 0.14 | 55.3 | 0.62 | 0.64 |
| Hex | DC | D3 | 69 | 0 | 4 | 34 | E | 37 | 3E | 40 |
| Octal | 334 | 323 | 151 | 0 | 4 | 64 | 16 | 67 | 76 | 100 |
| Binary | 11011100 | 11010011 | 1101001 | 0 | 100 | 110100 | 1110 | 110111 | 111110 | 1000000 |
Color Harmonies of #DCD369
Complementary color
Monochromatic Colors of #DCD369
Black with #DCD369
Text Example
Text Example
White with #DCD369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD369; }
p { color: rgb(220,211,105); }
H1.HeaderClassName
{
color: #DCD369;
}
.AnyTagClassName
{
color: #DCD369;
}
</style>
background-color css
<style>
a { background-color: #DCD369; }
a { background-color: rgb(220,211,105); }
div.DivClassName
{
background-color: #DCD369;
}
.BgClassName
{
background-color: #DCD369;
}
</style>
border-color css
<style>
span { border-color: #DCD369; }
span { border-color: rgb(220,211,105); }
td.TdClassName
{
border-color: #DCD369;
}
.TagClassName
{
border-color: #DCD369;
}
</style>