Shades of Goldenrod #D3DD78
Tints of Goldenrod #D3DD78
RGB
CMYK
RGB Variations
Color information
#D3DD78 (or 0xD3DD78) is known color: Goldenrod. HEX triplet: D3, DD and 78. RGB value is (211,221,120). Sum of RGB (Red+Green+Blue) = 211+221+120=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 120 (47.27% from 255 or 21.74% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DD78 is #2C2287. Grayscale: #CECECE. Windows color (decimal): -2892424 or 7921107. OLE color: 7921107.
HSL color Cylindrical-coordinate representation of color #D3DD78: hue angle of 65.94º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3DD78 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 120 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.13 |
| HSL | 65.94º | 0.6% | 0.67% | - |
| HSV(B) | 65.94º | 0.46% | 0.87% | - |
| XYZ | 56.11 | 66.92 | 27.73 | - |
| YUV | 206.5 | 79.19 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 120 | 0.05 | 0 | 0.46 | 0.13 | 65.94 | 0.6 | 0.67 |
| Hex | D3 | DD | 78 | 5 | 0 | 2E | D | 42 | 3C | 43 |
| Octal | 323 | 335 | 170 | 5 | 0 | 56 | 15 | 102 | 74 | 103 |
| Binary | 11010011 | 11011101 | 1111000 | 101 | 0 | 101110 | 1101 | 1000010 | 111100 | 1000011 |
Color Harmonies of #D3DD78
Complementary color
Monochromatic Colors of #D3DD78
Black with #D3DD78
Text Example
Text Example
White with #D3DD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DD78; }
p { color: rgb(211,221,120); }
H1.HeaderClassName
{
color: #D3DD78;
}
.AnyTagClassName
{
color: #D3DD78;
}
</style>
background-color css
<style>
a { background-color: #D3DD78; }
a { background-color: rgb(211,221,120); }
div.DivClassName
{
background-color: #D3DD78;
}
.BgClassName
{
background-color: #D3DD78;
}
</style>
border-color css
<style>
span { border-color: #D3DD78; }
span { border-color: rgb(211,221,120); }
td.TdClassName
{
border-color: #D3DD78;
}
.TagClassName
{
border-color: #D3DD78;
}
</style>