Shades of Goldenrod #D5DF65
Tints of Goldenrod #D5DF65
RGB
CMYK
RGB Variations
Color information
#D5DF65 (or 0xD5DF65) is known color: Goldenrod. HEX triplet: D5, DF and 65. RGB value is (213,223,101). Sum of RGB (Red+Green+Blue) = 213+223+101=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DF65 is #2A209A. Grayscale: #CECECE. Windows color (decimal): -2760859 or 6676437. OLE color: 6676437.
HSL color Cylindrical-coordinate representation of color #D5DF65: hue angle of 64.92º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5DF65 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 101 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.13 |
| HSL | 64.92º | 0.66% | 0.64% | - |
| HSV(B) | 64.92º | 0.55% | 0.87% | - |
| XYZ | 56.18 | 67.86 | 22.45 | - |
| YUV | 206.1 | 68.69 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 101 | 0.04 | 0 | 0.55 | 0.13 | 64.92 | 0.66 | 0.64 |
| Hex | D5 | DF | 65 | 4 | 0 | 37 | D | 41 | 42 | 40 |
| Octal | 325 | 337 | 145 | 4 | 0 | 67 | 15 | 101 | 102 | 100 |
| Binary | 11010101 | 11011111 | 1100101 | 100 | 0 | 110111 | 1101 | 1000001 | 1000010 | 1000000 |
Color Harmonies of #D5DF65
Complementary color
Monochromatic Colors of #D5DF65
Black with #D5DF65
Text Example
Text Example
White with #D5DF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DF65; }
p { color: rgb(213,223,101); }
H1.HeaderClassName
{
color: #D5DF65;
}
.AnyTagClassName
{
color: #D5DF65;
}
</style>
background-color css
<style>
a { background-color: #D5DF65; }
a { background-color: rgb(213,223,101); }
div.DivClassName
{
background-color: #D5DF65;
}
.BgClassName
{
background-color: #D5DF65;
}
</style>
border-color css
<style>
span { border-color: #D5DF65; }
span { border-color: rgb(213,223,101); }
td.TdClassName
{
border-color: #D5DF65;
}
.TagClassName
{
border-color: #D5DF65;
}
</style>