Shades of Goldenrod #D1D26B
Tints of Goldenrod #D1D26B
RGB
CMYK
RGB Variations
Color information
#D1D26B (or 0xD1D26B) is known color: Goldenrod. HEX triplet: D1, D2 and 6B. RGB value is (209,210,107). Sum of RGB (Red+Green+Blue) = 209+210+107=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D26B is #2E2D94. Grayscale: #C6C6C6. Windows color (decimal): -3026325 or 7066321. OLE color: 7066321.
HSL color Cylindrical-coordinate representation of color #D1D26B: hue angle of 60.58º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1D26B is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 107 | - |
| CMYK | 0.00 | 0 | 0.49 | 0.18 |
| HSL | 60.58º | 0.53% | 0.62% | - |
| HSV(B) | 60.58º | 0.49% | 0.82% | - |
| XYZ | 51.99 | 60.71 | 22.89 | - |
| YUV | 197.96 | 76.67 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 107 | 0.00 | 0 | 0.49 | 0.18 | 60.58 | 0.53 | 0.62 |
| Hex | D1 | D2 | 6B | 0 | 0 | 31 | 12 | 3D | 35 | 3E |
| Octal | 321 | 322 | 153 | 0 | 0 | 61 | 22 | 75 | 65 | 76 |
| Binary | 11010001 | 11010010 | 1101011 | 0 | 0 | 110001 | 10010 | 111101 | 110101 | 111110 |
Color Harmonies of #D1D26B
Complementary color
Monochromatic Colors of #D1D26B
Black with #D1D26B
Text Example
Text Example
White with #D1D26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D26B; }
p { color: rgb(209,210,107); }
H1.HeaderClassName
{
color: #D1D26B;
}
.AnyTagClassName
{
color: #D1D26B;
}
</style>
background-color css
<style>
a { background-color: #D1D26B; }
a { background-color: rgb(209,210,107); }
div.DivClassName
{
background-color: #D1D26B;
}
.BgClassName
{
background-color: #D1D26B;
}
</style>
border-color css
<style>
span { border-color: #D1D26B; }
span { border-color: rgb(209,210,107); }
td.TdClassName
{
border-color: #D1D26B;
}
.TagClassName
{
border-color: #D1D26B;
}
</style>