Shades of Goldenrod #D3D563
Tints of Goldenrod #D3D563
RGB
CMYK
RGB Variations
Color information
#D3D563 (or 0xD3D563) is known color: Goldenrod. HEX triplet: D3, D5 and 63. RGB value is (211,213,99). Sum of RGB (Red+Green+Blue) = 211+213+99=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 99 (39.06% from 255 or 18.93% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D563 is #2C2A9C. Grayscale: #C7C7C7. Windows color (decimal): -2894493 or 6542803. OLE color: 6542803.
HSL color Cylindrical-coordinate representation of color #D3D563: hue angle of 61.05º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3D563 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 213 | 99 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.16 |
| HSL | 61.05º | 0.58% | 0.61% | - |
| HSV(B) | 61.05º | 0.54% | 0.84% | - |
| XYZ | 52.91 | 62.34 | 21.05 | - |
| YUV | 199.41 | 71.34 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 213 | 99 | 0.01 | 0 | 0.54 | 0.16 | 61.05 | 0.58 | 0.61 |
| Hex | D3 | D5 | 63 | 1 | 0 | 36 | 10 | 3D | 3A | 3D |
| Octal | 323 | 325 | 143 | 1 | 0 | 66 | 20 | 75 | 72 | 75 |
| Binary | 11010011 | 11010101 | 1100011 | 1 | 0 | 110110 | 10000 | 111101 | 111010 | 111101 |
Color Harmonies of #D3D563
Complementary color
Monochromatic Colors of #D3D563
Black with #D3D563
Text Example
Text Example
White with #D3D563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D563; }
p { color: rgb(211,213,99); }
H1.HeaderClassName
{
color: #D3D563;
}
.AnyTagClassName
{
color: #D3D563;
}
</style>
background-color css
<style>
a { background-color: #D3D563; }
a { background-color: rgb(211,213,99); }
div.DivClassName
{
background-color: #D3D563;
}
.BgClassName
{
background-color: #D3D563;
}
</style>
border-color css
<style>
span { border-color: #D3D563; }
span { border-color: rgb(211,213,99); }
td.TdClassName
{
border-color: #D3D563;
}
.TagClassName
{
border-color: #D3D563;
}
</style>