Shades of Goldenrod #D9DA67
Tints of Goldenrod #D9DA67
RGB
CMYK
RGB Variations
Color information
#D9DA67 (or 0xD9DA67) is known color: Goldenrod. HEX triplet: D9, DA and 67. RGB value is (217,218,103). Sum of RGB (Red+Green+Blue) = 217+218+103=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DA67 is #262598. Grayscale: #CDCDCD. Windows color (decimal): -2499993 or 6806233. OLE color: 6806233.
HSL color Cylindrical-coordinate representation of color #D9DA67: hue angle of 60.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9DA67 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 103 | - |
| CMYK | 0.00 | 0 | 0.53 | 0.15 |
| HSL | 60.52º | 0.61% | 0.63% | - |
| HSV(B) | 60.52º | 0.53% | 0.85% | - |
| XYZ | 56.13 | 65.87 | 22.59 | - |
| YUV | 204.59 | 70.67 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 103 | 0.00 | 0 | 0.53 | 0.15 | 60.52 | 0.61 | 0.63 |
| Hex | D9 | DA | 67 | 0 | 0 | 35 | F | 3D | 3D | 3F |
| Octal | 331 | 332 | 147 | 0 | 0 | 65 | 17 | 75 | 75 | 77 |
| Binary | 11011001 | 11011010 | 1100111 | 0 | 0 | 110101 | 1111 | 111101 | 111101 | 111111 |
Color Harmonies of #D9DA67
Complementary color
Monochromatic Colors of #D9DA67
Black with #D9DA67
Text Example
Text Example
White with #D9DA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DA67; }
p { color: rgb(217,218,103); }
H1.HeaderClassName
{
color: #D9DA67;
}
.AnyTagClassName
{
color: #D9DA67;
}
</style>
background-color css
<style>
a { background-color: #D9DA67; }
a { background-color: rgb(217,218,103); }
div.DivClassName
{
background-color: #D9DA67;
}
.BgClassName
{
background-color: #D9DA67;
}
</style>
border-color css
<style>
span { border-color: #D9DA67; }
span { border-color: rgb(217,218,103); }
td.TdClassName
{
border-color: #D9DA67;
}
.TagClassName
{
border-color: #D9DA67;
}
</style>