Shades of Goldenrod #D5D663
Tints of Goldenrod #D5D663
RGB
CMYK
RGB Variations
Color information
#D5D663 (or 0xD5D663) is known color: Goldenrod. HEX triplet: D5, D6 and 63. RGB value is (213,214,99). Sum of RGB (Red+Green+Blue) = 213+214+99=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D663 is #2A299C. Grayscale: #C9C9C9. Windows color (decimal): -2763165 or 6543061. OLE color: 6543061.
HSL color Cylindrical-coordinate representation of color #D5D663: hue angle of 60.52º 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 #D5D663 is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 99 | - |
| CMYK | 0.00 | 0 | 0.54 | 0.16 |
| HSL | 60.52º | 0.58% | 0.61% | - |
| HSV(B) | 60.52º | 0.54% | 0.84% | - |
| XYZ | 53.74 | 63.14 | 21.16 | - |
| YUV | 200.59 | 70.67 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 99 | 0.00 | 0 | 0.54 | 0.16 | 60.52 | 0.58 | 0.61 |
| Hex | D5 | D6 | 63 | 0 | 0 | 36 | 10 | 3D | 3A | 3D |
| Octal | 325 | 326 | 143 | 0 | 0 | 66 | 20 | 75 | 72 | 75 |
| Binary | 11010101 | 11010110 | 1100011 | 0 | 0 | 110110 | 10000 | 111101 | 111010 | 111101 |
Color Harmonies of #D5D663
Complementary color
Monochromatic Colors of #D5D663
Black with #D5D663
Text Example
Text Example
White with #D5D663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D663; }
p { color: rgb(213,214,99); }
H1.HeaderClassName
{
color: #D5D663;
}
.AnyTagClassName
{
color: #D5D663;
}
</style>
background-color css
<style>
a { background-color: #D5D663; }
a { background-color: rgb(213,214,99); }
div.DivClassName
{
background-color: #D5D663;
}
.BgClassName
{
background-color: #D5D663;
}
</style>
border-color css
<style>
span { border-color: #D5D663; }
span { border-color: rgb(213,214,99); }
td.TdClassName
{
border-color: #D5D663;
}
.TagClassName
{
border-color: #D5D663;
}
</style>