Shades of Goldenrod #D1DC75
Tints of Goldenrod #D1DC75
RGB
CMYK
RGB Variations
Color information
#D1DC75 (or 0xD1DC75) is known color: Goldenrod. HEX triplet: D1, DC and 75. RGB value is (209,220,117). Sum of RGB (Red+Green+Blue) = 209+220+117=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DC75 is #2E238A. Grayscale: #CDCDCD. Windows color (decimal): -3023755 or 7724241. OLE color: 7724241.
HSL color Cylindrical-coordinate representation of color #D1DC75: hue angle of 66.41º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1DC75 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 117 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.14 |
| HSL | 66.41º | 0.6% | 0.66% | - |
| HSV(B) | 66.41º | 0.47% | 0.86% | - |
| XYZ | 55.1 | 66.03 | 26.67 | - |
| YUV | 204.97 | 78.36 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 117 | 0.05 | 0 | 0.47 | 0.14 | 66.41 | 0.6 | 0.66 |
| Hex | D1 | DC | 75 | 5 | 0 | 2F | E | 42 | 3C | 42 |
| Octal | 321 | 334 | 165 | 5 | 0 | 57 | 16 | 102 | 74 | 102 |
| Binary | 11010001 | 11011100 | 1110101 | 101 | 0 | 101111 | 1110 | 1000010 | 111100 | 1000010 |
Color Harmonies of #D1DC75
Complementary color
Monochromatic Colors of #D1DC75
Black with #D1DC75
Text Example
Text Example
White with #D1DC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DC75; }
p { color: rgb(209,220,117); }
H1.HeaderClassName
{
color: #D1DC75;
}
.AnyTagClassName
{
color: #D1DC75;
}
</style>
background-color css
<style>
a { background-color: #D1DC75; }
a { background-color: rgb(209,220,117); }
div.DivClassName
{
background-color: #D1DC75;
}
.BgClassName
{
background-color: #D1DC75;
}
</style>
border-color css
<style>
span { border-color: #D1DC75; }
span { border-color: rgb(209,220,117); }
td.TdClassName
{
border-color: #D1DC75;
}
.TagClassName
{
border-color: #D1DC75;
}
</style>