Shades of Goldenrod #D4DD75
Tints of Goldenrod #D4DD75
RGB
CMYK
RGB Variations
Color information
#D4DD75 (or 0xD4DD75) is known color: Goldenrod. HEX triplet: D4, DD and 75. RGB value is (212,221,117). Sum of RGB (Red+Green+Blue) = 212+221+117=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DD75 is #2B228A. Grayscale: #CECECE. Windows color (decimal): -2826891 or 7724500. OLE color: 7724500.
HSL color Cylindrical-coordinate representation of color #D4DD75: hue angle of 65.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4DD75 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 117 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.13 |
| HSL | 65.19º | 0.6% | 0.66% | - |
| HSV(B) | 65.19º | 0.47% | 0.87% | - |
| XYZ | 56.22 | 66.99 | 26.8 | - |
| YUV | 206.45 | 77.52 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 117 | 0.04 | 0 | 0.47 | 0.13 | 65.19 | 0.6 | 0.66 |
| Hex | D4 | DD | 75 | 4 | 0 | 2F | D | 41 | 3C | 42 |
| Octal | 324 | 335 | 165 | 4 | 0 | 57 | 15 | 101 | 74 | 102 |
| Binary | 11010100 | 11011101 | 1110101 | 100 | 0 | 101111 | 1101 | 1000001 | 111100 | 1000010 |
Color Harmonies of #D4DD75
Complementary color
Monochromatic Colors of #D4DD75
Black with #D4DD75
Text Example
Text Example
White with #D4DD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD75; }
p { color: rgb(212,221,117); }
H1.HeaderClassName
{
color: #D4DD75;
}
.AnyTagClassName
{
color: #D4DD75;
}
</style>
background-color css
<style>
a { background-color: #D4DD75; }
a { background-color: rgb(212,221,117); }
div.DivClassName
{
background-color: #D4DD75;
}
.BgClassName
{
background-color: #D4DD75;
}
</style>
border-color css
<style>
span { border-color: #D4DD75; }
span { border-color: rgb(212,221,117); }
td.TdClassName
{
border-color: #D4DD75;
}
.TagClassName
{
border-color: #D4DD75;
}
</style>