Shades of Goldenrod #DCD163
Tints of Goldenrod #DCD163
RGB
CMYK
RGB Variations
Color information
#DCD163 (or 0xDCD163) is known color: Goldenrod. HEX triplet: DC, D1 and 63. RGB value is (220,209,99). Sum of RGB (Red+Green+Blue) = 220+209+99=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD163 is #232E9C. Grayscale: #C8C8C8. Windows color (decimal): -2305693 or 6541788. OLE color: 6541788.
HSL color Cylindrical-coordinate representation of color #DCD163: hue angle of 54.55º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCD163 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 99 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.14 |
| HSL | 54.55º | 0.63% | 0.63% | - |
| HSV(B) | 54.55º | 0.55% | 0.86% | - |
| XYZ | 54.57 | 61.72 | 20.84 | - |
| YUV | 199.75 | 71.14 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 99 | 0 | 0.05 | 0.55 | 0.14 | 54.55 | 0.63 | 0.63 |
| Hex | DC | D1 | 63 | 0 | 5 | 37 | E | 37 | 3F | 3F |
| Octal | 334 | 321 | 143 | 0 | 5 | 67 | 16 | 67 | 77 | 77 |
| Binary | 11011100 | 11010001 | 1100011 | 0 | 101 | 110111 | 1110 | 110111 | 111111 | 111111 |
Color Harmonies of #DCD163
Complementary color
Monochromatic Colors of #DCD163
Black with #DCD163
Text Example
Text Example
White with #DCD163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD163; }
p { color: rgb(220,209,99); }
H1.HeaderClassName
{
color: #DCD163;
}
.AnyTagClassName
{
color: #DCD163;
}
</style>
background-color css
<style>
a { background-color: #DCD163; }
a { background-color: rgb(220,209,99); }
div.DivClassName
{
background-color: #DCD163;
}
.BgClassName
{
background-color: #DCD163;
}
</style>
border-color css
<style>
span { border-color: #DCD163; }
span { border-color: rgb(220,209,99); }
td.TdClassName
{
border-color: #DCD163;
}
.TagClassName
{
border-color: #DCD163;
}
</style>