Shades of Goldenrod #D1D270
Tints of Goldenrod #D1D270
RGB
CMYK
RGB Variations
Color information
#D1D270 (or 0xD1D270) is known color: Goldenrod. HEX triplet: D1, D2 and 70. RGB value is (209,210,112). Sum of RGB (Red+Green+Blue) = 209+210+112=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D270 is #2E2D8F. Grayscale: #C6C6C6. Windows color (decimal): -3026320 or 7394001. OLE color: 7394001.
HSL color Cylindrical-coordinate representation of color #D1D270: hue angle of 60.61º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1D270 is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 112 | - |
| CMYK | 0.00 | 0 | 0.47 | 0.18 |
| HSL | 60.61º | 0.52% | 0.63% | - |
| HSV(B) | 60.61º | 0.47% | 0.82% | - |
| XYZ | 52.27 | 60.82 | 24.31 | - |
| YUV | 198.53 | 79.17 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 112 | 0.00 | 0 | 0.47 | 0.18 | 60.61 | 0.52 | 0.63 |
| Hex | D1 | D2 | 70 | 0 | 0 | 2F | 12 | 3D | 34 | 3F |
| Octal | 321 | 322 | 160 | 0 | 0 | 57 | 22 | 75 | 64 | 77 |
| Binary | 11010001 | 11010010 | 1110000 | 0 | 0 | 101111 | 10010 | 111101 | 110100 | 111111 |
Color Harmonies of #D1D270
Complementary color
Monochromatic Colors of #D1D270
Black with #D1D270
Text Example
Text Example
White with #D1D270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D270; }
p { color: rgb(209,210,112); }
H1.HeaderClassName
{
color: #D1D270;
}
.AnyTagClassName
{
color: #D1D270;
}
</style>
background-color css
<style>
a { background-color: #D1D270; }
a { background-color: rgb(209,210,112); }
div.DivClassName
{
background-color: #D1D270;
}
.BgClassName
{
background-color: #D1D270;
}
</style>
border-color css
<style>
span { border-color: #D1D270; }
span { border-color: rgb(209,210,112); }
td.TdClassName
{
border-color: #D1D270;
}
.TagClassName
{
border-color: #D1D270;
}
</style>