Shades of Goldenrod #D4DF64
Tints of Goldenrod #D4DF64
RGB
CMYK
RGB Variations
Color information
#D4DF64 (or 0xD4DF64) is known color: Goldenrod. HEX triplet: D4, DF and 64. RGB value is (212,223,100). Sum of RGB (Red+Green+Blue) = 212+223+100=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DF64 is #2B209B. Grayscale: #CECECE. Windows color (decimal): -2826396 or 6610900. OLE color: 6610900.
HSL color Cylindrical-coordinate representation of color #D4DF64: hue angle of 65.37º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4DF64 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 223 | 100 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.13 |
| HSL | 65.37º | 0.66% | 0.63% | - |
| HSV(B) | 65.37º | 0.55% | 0.87% | - |
| XYZ | 55.84 | 67.69 | 22.18 | - |
| YUV | 205.69 | 68.36 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 223 | 100 | 0.05 | 0 | 0.55 | 0.13 | 65.37 | 0.66 | 0.63 |
| Hex | D4 | DF | 64 | 5 | 0 | 37 | D | 41 | 42 | 3F |
| Octal | 324 | 337 | 144 | 5 | 0 | 67 | 15 | 101 | 102 | 77 |
| Binary | 11010100 | 11011111 | 1100100 | 101 | 0 | 110111 | 1101 | 1000001 | 1000010 | 111111 |
Color Harmonies of #D4DF64
Complementary color
Monochromatic Colors of #D4DF64
Black with #D4DF64
Text Example
Text Example
White with #D4DF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DF64; }
p { color: rgb(212,223,100); }
H1.HeaderClassName
{
color: #D4DF64;
}
.AnyTagClassName
{
color: #D4DF64;
}
</style>
background-color css
<style>
a { background-color: #D4DF64; }
a { background-color: rgb(212,223,100); }
div.DivClassName
{
background-color: #D4DF64;
}
.BgClassName
{
background-color: #D4DF64;
}
</style>
border-color css
<style>
span { border-color: #D4DF64; }
span { border-color: rgb(212,223,100); }
td.TdClassName
{
border-color: #D4DF64;
}
.TagClassName
{
border-color: #D4DF64;
}
</style>