Shades of Goldenrod #D6D26F
Tints of Goldenrod #D6D26F
RGB
CMYK
RGB Variations
Color information
#D6D26F (or 0xD6D26F) is known color: Goldenrod. HEX triplet: D6, D2 and 6F. RGB value is (214,210,111). Sum of RGB (Red+Green+Blue) = 214+210+111=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D26F is #292D90. Grayscale: #C8C8C8. Windows color (decimal): -2698641 or 7328470. OLE color: 7328470.
HSL color Cylindrical-coordinate representation of color #D6D26F: hue angle of 57.67º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6D26F is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 111 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.16 |
| HSL | 57.67º | 0.56% | 0.64% | - |
| HSV(B) | 57.67º | 0.48% | 0.84% | - |
| XYZ | 53.65 | 61.54 | 24.09 | - |
| YUV | 199.91 | 77.83 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 111 | 0 | 0.02 | 0.48 | 0.16 | 57.67 | 0.56 | 0.64 |
| Hex | D6 | D2 | 6F | 0 | 2 | 30 | 10 | 3A | 38 | 40 |
| Octal | 326 | 322 | 157 | 0 | 2 | 60 | 20 | 72 | 70 | 100 |
| Binary | 11010110 | 11010010 | 1101111 | 0 | 10 | 110000 | 10000 | 111010 | 111000 | 1000000 |
Color Harmonies of #D6D26F
Complementary color
Monochromatic Colors of #D6D26F
Black with #D6D26F
Text Example
Text Example
White with #D6D26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D26F; }
p { color: rgb(214,210,111); }
H1.HeaderClassName
{
color: #D6D26F;
}
.AnyTagClassName
{
color: #D6D26F;
}
</style>
background-color css
<style>
a { background-color: #D6D26F; }
a { background-color: rgb(214,210,111); }
div.DivClassName
{
background-color: #D6D26F;
}
.BgClassName
{
background-color: #D6D26F;
}
</style>
border-color css
<style>
span { border-color: #D6D26F; }
span { border-color: rgb(214,210,111); }
td.TdClassName
{
border-color: #D6D26F;
}
.TagClassName
{
border-color: #D6D26F;
}
</style>