Shades of Goldenrod #D4D26D
Tints of Goldenrod #D4D26D
RGB
CMYK
RGB Variations
Color information
#D4D26D (or 0xD4D26D) is known color: Goldenrod. HEX triplet: D4, D2 and 6D. RGB value is (212,210,109). Sum of RGB (Red+Green+Blue) = 212+210+109=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D26D is #2B2D92. Grayscale: #C7C7C7. Windows color (decimal): -2829715 or 7197396. OLE color: 7197396.
HSL color Cylindrical-coordinate representation of color #D4D26D: hue angle of 58.83º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4D26D is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 210 | 109 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.17 |
| HSL | 58.83º | 0.54% | 0.63% | - |
| HSV(B) | 58.83º | 0.49% | 0.83% | - |
| XYZ | 52.96 | 61.19 | 23.49 | - |
| YUV | 199.08 | 77.16 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 109 | 0 | 0.01 | 0.49 | 0.17 | 58.83 | 0.54 | 0.63 |
| Hex | D4 | D2 | 6D | 0 | 1 | 31 | 11 | 3B | 36 | 3F |
| Octal | 324 | 322 | 155 | 0 | 1 | 61 | 21 | 73 | 66 | 77 |
| Binary | 11010100 | 11010010 | 1101101 | 0 | 1 | 110001 | 10001 | 111011 | 110110 | 111111 |
Color Harmonies of #D4D26D
Complementary color
Monochromatic Colors of #D4D26D
Black with #D4D26D
Text Example
Text Example
White with #D4D26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D26D; }
p { color: rgb(212,210,109); }
H1.HeaderClassName
{
color: #D4D26D;
}
.AnyTagClassName
{
color: #D4D26D;
}
</style>
background-color css
<style>
a { background-color: #D4D26D; }
a { background-color: rgb(212,210,109); }
div.DivClassName
{
background-color: #D4D26D;
}
.BgClassName
{
background-color: #D4D26D;
}
</style>
border-color css
<style>
span { border-color: #D4D26D; }
span { border-color: rgb(212,210,109); }
td.TdClassName
{
border-color: #D4D26D;
}
.TagClassName
{
border-color: #D4D26D;
}
</style>