Shades of Goldenrod #D8D265
Tints of Goldenrod #D8D265
RGB
CMYK
RGB Variations
Color information
#D8D265 (or 0xD8D265) is known color: Goldenrod. HEX triplet: D8, D2 and 65. RGB value is (216,210,101). Sum of RGB (Red+Green+Blue) = 216+210+101=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D265 is #272D9A. Grayscale: #C7C7C7. Windows color (decimal): -2567579 or 6673112. OLE color: 6673112.
HSL color Cylindrical-coordinate representation of color #D8D265: hue angle of 56.87º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8D265 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 101 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.15 |
| HSL | 56.87º | 0.6% | 0.62% | - |
| HSV(B) | 56.87º | 0.53% | 0.85% | - |
| XYZ | 53.71 | 61.63 | 21.38 | - |
| YUV | 199.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 101 | 0 | 0.03 | 0.53 | 0.15 | 56.87 | 0.6 | 0.62 |
| Hex | D8 | D2 | 65 | 0 | 3 | 35 | F | 39 | 3C | 3E |
| Octal | 330 | 322 | 145 | 0 | 3 | 65 | 17 | 71 | 74 | 76 |
| Binary | 11011000 | 11010010 | 1100101 | 0 | 11 | 110101 | 1111 | 111001 | 111100 | 111110 |
Color Harmonies of #D8D265
Complementary color
Monochromatic Colors of #D8D265
Black with #D8D265
Text Example
Text Example
White with #D8D265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D265; }
p { color: rgb(216,210,101); }
H1.HeaderClassName
{
color: #D8D265;
}
.AnyTagClassName
{
color: #D8D265;
}
</style>
background-color css
<style>
a { background-color: #D8D265; }
a { background-color: rgb(216,210,101); }
div.DivClassName
{
background-color: #D8D265;
}
.BgClassName
{
background-color: #D8D265;
}
</style>
border-color css
<style>
span { border-color: #D8D265; }
span { border-color: rgb(216,210,101); }
td.TdClassName
{
border-color: #D8D265;
}
.TagClassName
{
border-color: #D8D265;
}
</style>