Shades of Goldenrod #D4DF65
Tints of Goldenrod #D4DF65
RGB
CMYK
RGB Variations
Color information
#D4DF65 (or 0xD4DF65) is known color: Goldenrod. HEX triplet: D4, DF and 65. RGB value is (212,223,101). Sum of RGB (Red+Green+Blue) = 212+223+101=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DF65 is #2B209A. Grayscale: #CECECE. Windows color (decimal): -2826395 or 6676436. OLE color: 6676436.
HSL color Cylindrical-coordinate representation of color #D4DF65: hue angle of 65.41º 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 #D4DF65 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 223 | 101 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.13 |
| HSL | 65.41º | 0.66% | 0.64% | - |
| HSV(B) | 65.41º | 0.55% | 0.87% | - |
| XYZ | 55.89 | 67.71 | 22.44 | - |
| YUV | 205.8 | 68.86 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 223 | 101 | 0.05 | 0 | 0.55 | 0.13 | 65.41 | 0.66 | 0.64 |
| Hex | D4 | DF | 65 | 5 | 0 | 37 | D | 41 | 42 | 40 |
| Octal | 324 | 337 | 145 | 5 | 0 | 67 | 15 | 101 | 102 | 100 |
| Binary | 11010100 | 11011111 | 1100101 | 101 | 0 | 110111 | 1101 | 1000001 | 1000010 | 1000000 |
Color Harmonies of #D4DF65
Complementary color
Monochromatic Colors of #D4DF65
Black with #D4DF65
Text Example
Text Example
White with #D4DF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DF65; }
p { color: rgb(212,223,101); }
H1.HeaderClassName
{
color: #D4DF65;
}
.AnyTagClassName
{
color: #D4DF65;
}
</style>
background-color css
<style>
a { background-color: #D4DF65; }
a { background-color: rgb(212,223,101); }
div.DivClassName
{
background-color: #D4DF65;
}
.BgClassName
{
background-color: #D4DF65;
}
</style>
border-color css
<style>
span { border-color: #D4DF65; }
span { border-color: rgb(212,223,101); }
td.TdClassName
{
border-color: #D4DF65;
}
.TagClassName
{
border-color: #D4DF65;
}
</style>