Shades of Goldenrod #DCD465
Tints of Goldenrod #DCD465
RGB
CMYK
RGB Variations
Color information
#DCD465 (or 0xDCD465) is known color: Goldenrod. HEX triplet: DC, D4 and 65. RGB value is (220,212,101). Sum of RGB (Red+Green+Blue) = 220+212+101=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD465 is #232B9A. Grayscale: #CACACA. Windows color (decimal): -2304923 or 6673628. OLE color: 6673628.
HSL color Cylindrical-coordinate representation of color #DCD465: hue angle of 55.97º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCD465 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 101 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.14 |
| HSL | 55.97º | 0.63% | 0.63% | - |
| HSV(B) | 55.97º | 0.54% | 0.86% | - |
| XYZ | 55.41 | 63.24 | 21.6 | - |
| YUV | 201.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 101 | 0 | 0.04 | 0.54 | 0.14 | 55.97 | 0.63 | 0.63 |
| Hex | DC | D4 | 65 | 0 | 4 | 36 | E | 38 | 3F | 3F |
| Octal | 334 | 324 | 145 | 0 | 4 | 66 | 16 | 70 | 77 | 77 |
| Binary | 11011100 | 11010100 | 1100101 | 0 | 100 | 110110 | 1110 | 111000 | 111111 | 111111 |
Color Harmonies of #DCD465
Complementary color
Monochromatic Colors of #DCD465
Black with #DCD465
Text Example
Text Example
White with #DCD465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD465; }
p { color: rgb(220,212,101); }
H1.HeaderClassName
{
color: #DCD465;
}
.AnyTagClassName
{
color: #DCD465;
}
</style>
background-color css
<style>
a { background-color: #DCD465; }
a { background-color: rgb(220,212,101); }
div.DivClassName
{
background-color: #DCD465;
}
.BgClassName
{
background-color: #DCD465;
}
</style>
border-color css
<style>
span { border-color: #DCD465; }
span { border-color: rgb(220,212,101); }
td.TdClassName
{
border-color: #DCD465;
}
.TagClassName
{
border-color: #DCD465;
}
</style>