Shades of Goldenrod #D3D26E
Tints of Goldenrod #D3D26E
RGB
CMYK
RGB Variations
Color information
#D3D26E (or 0xD3D26E) is known color: Goldenrod. HEX triplet: D3, D2 and 6E. RGB value is (211,210,110). Sum of RGB (Red+Green+Blue) = 211+210+110=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D26E is #2C2D91. Grayscale: #C7C7C7. Windows color (decimal): -2895250 or 7262931. OLE color: 7262931.
HSL color Cylindrical-coordinate representation of color #D3D26E: hue angle of 59.41º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3D26E is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 210 | 110 | - |
| CMYK | 0 | 0.00 | 0.48 | 0.17 |
| HSL | 59.41º | 0.53% | 0.63% | - |
| HSV(B) | 59.41º | 0.48% | 0.83% | - |
| XYZ | 52.73 | 61.07 | 23.76 | - |
| YUV | 198.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 210 | 110 | 0 | 0.00 | 0.48 | 0.17 | 59.41 | 0.53 | 0.63 |
| Hex | D3 | D2 | 6E | 0 | 0 | 30 | 11 | 3B | 35 | 3F |
| Octal | 323 | 322 | 156 | 0 | 0 | 60 | 21 | 73 | 65 | 77 |
| Binary | 11010011 | 11010010 | 1101110 | 0 | 0 | 110000 | 10001 | 111011 | 110101 | 111111 |
Color Harmonies of #D3D26E
Complementary color
Monochromatic Colors of #D3D26E
Black with #D3D26E
Text Example
Text Example
White with #D3D26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D26E; }
p { color: rgb(211,210,110); }
H1.HeaderClassName
{
color: #D3D26E;
}
.AnyTagClassName
{
color: #D3D26E;
}
</style>
background-color css
<style>
a { background-color: #D3D26E; }
a { background-color: rgb(211,210,110); }
div.DivClassName
{
background-color: #D3D26E;
}
.BgClassName
{
background-color: #D3D26E;
}
</style>
border-color css
<style>
span { border-color: #D3D26E; }
span { border-color: rgb(211,210,110); }
td.TdClassName
{
border-color: #D3D26E;
}
.TagClassName
{
border-color: #D3D26E;
}
</style>