Shades of Goldenrod #D4DF6E
Tints of Goldenrod #D4DF6E
RGB
CMYK
RGB Variations
Color information
#D4DF6E (or 0xD4DF6E) is known color: Goldenrod. HEX triplet: D4, DF and 6E. RGB value is (212,223,110). Sum of RGB (Red+Green+Blue) = 212+223+110=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 110 (43.36% from 255 or 20.18% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DF6E is #2B2091. Grayscale: #CFCFCF. Windows color (decimal): -2826386 or 7266260. OLE color: 7266260.
HSL color Cylindrical-coordinate representation of color #D4DF6E: hue angle of 65.84º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4DF6E is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 223 | 110 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.13 |
| HSL | 65.84º | 0.64% | 0.65% | - |
| HSV(B) | 65.84º | 0.51% | 0.87% | - |
| XYZ | 56.35 | 67.9 | 24.89 | - |
| YUV | 206.83 | 73.36 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 223 | 110 | 0.05 | 0 | 0.51 | 0.13 | 65.84 | 0.64 | 0.65 |
| Hex | D4 | DF | 6E | 5 | 0 | 33 | D | 42 | 40 | 41 |
| Octal | 324 | 337 | 156 | 5 | 0 | 63 | 15 | 102 | 100 | 101 |
| Binary | 11010100 | 11011111 | 1101110 | 101 | 0 | 110011 | 1101 | 1000010 | 1000000 | 1000001 |
Color Harmonies of #D4DF6E
Complementary color
Monochromatic Colors of #D4DF6E
Black with #D4DF6E
Text Example
Text Example
White with #D4DF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DF6E; }
p { color: rgb(212,223,110); }
H1.HeaderClassName
{
color: #D4DF6E;
}
.AnyTagClassName
{
color: #D4DF6E;
}
</style>
background-color css
<style>
a { background-color: #D4DF6E; }
a { background-color: rgb(212,223,110); }
div.DivClassName
{
background-color: #D4DF6E;
}
.BgClassName
{
background-color: #D4DF6E;
}
</style>
border-color css
<style>
span { border-color: #D4DF6E; }
span { border-color: rgb(212,223,110); }
td.TdClassName
{
border-color: #D4DF6E;
}
.TagClassName
{
border-color: #D4DF6E;
}
</style>