Shades of Goldenrod #D9D263
Tints of Goldenrod #D9D263
RGB
CMYK
RGB Variations
Color information
#D9D263 (or 0xD9D263) is known color: Goldenrod. HEX triplet: D9, D2 and 63. RGB value is (217,210,99). Sum of RGB (Red+Green+Blue) = 217+210+99=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D263 is #262D9C. Grayscale: #C7C7C7. Windows color (decimal): -2502045 or 6542041. OLE color: 6542041.
HSL color Cylindrical-coordinate representation of color #D9D263: hue angle of 56.44º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9D263 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 210 | 99 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.15 |
| HSL | 56.44º | 0.61% | 0.62% | - |
| HSV(B) | 56.44º | 0.54% | 0.85% | - |
| XYZ | 53.91 | 61.75 | 20.88 | - |
| YUV | 199.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 99 | 0 | 0.03 | 0.54 | 0.15 | 56.44 | 0.61 | 0.62 |
| Hex | D9 | D2 | 63 | 0 | 3 | 36 | F | 38 | 3D | 3E |
| Octal | 331 | 322 | 143 | 0 | 3 | 66 | 17 | 70 | 75 | 76 |
| Binary | 11011001 | 11010010 | 1100011 | 0 | 11 | 110110 | 1111 | 111000 | 111101 | 111110 |
Color Harmonies of #D9D263
Complementary color
Monochromatic Colors of #D9D263
Black with #D9D263
Text Example
Text Example
White with #D9D263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D263; }
p { color: rgb(217,210,99); }
H1.HeaderClassName
{
color: #D9D263;
}
.AnyTagClassName
{
color: #D9D263;
}
</style>
background-color css
<style>
a { background-color: #D9D263; }
a { background-color: rgb(217,210,99); }
div.DivClassName
{
background-color: #D9D263;
}
.BgClassName
{
background-color: #D9D263;
}
</style>
border-color css
<style>
span { border-color: #D9D263; }
span { border-color: rgb(217,210,99); }
td.TdClassName
{
border-color: #D9D263;
}
.TagClassName
{
border-color: #D9D263;
}
</style>