Shades of Goldenrod #D3DC68
Tints of Goldenrod #D3DC68
RGB
CMYK
RGB Variations
Color information
#D3DC68 (or 0xD3DC68) is known color: Goldenrod. HEX triplet: D3, DC and 68. RGB value is (211,220,104). Sum of RGB (Red+Green+Blue) = 211+220+104=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC68 is #2C2397. Grayscale: #CCCCCC. Windows color (decimal): -2892696 or 6872275. OLE color: 6872275.
HSL color Cylindrical-coordinate representation of color #D3DC68: hue angle of 64.66º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3DC68 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 220 | 104 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.14 |
| HSL | 64.66º | 0.62% | 0.64% | - |
| HSV(B) | 64.66º | 0.53% | 0.86% | - |
| XYZ | 54.96 | 66.03 | 22.95 | - |
| YUV | 204.09 | 71.52 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 104 | 0.04 | 0 | 0.53 | 0.14 | 64.66 | 0.62 | 0.64 |
| Hex | D3 | DC | 68 | 4 | 0 | 35 | E | 41 | 3E | 40 |
| Octal | 323 | 334 | 150 | 4 | 0 | 65 | 16 | 101 | 76 | 100 |
| Binary | 11010011 | 11011100 | 1101000 | 100 | 0 | 110101 | 1110 | 1000001 | 111110 | 1000000 |
Color Harmonies of #D3DC68
Complementary color
Monochromatic Colors of #D3DC68
Black with #D3DC68
Text Example
Text Example
White with #D3DC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DC68; }
p { color: rgb(211,220,104); }
H1.HeaderClassName
{
color: #D3DC68;
}
.AnyTagClassName
{
color: #D3DC68;
}
</style>
background-color css
<style>
a { background-color: #D3DC68; }
a { background-color: rgb(211,220,104); }
div.DivClassName
{
background-color: #D3DC68;
}
.BgClassName
{
background-color: #D3DC68;
}
</style>
border-color css
<style>
span { border-color: #D3DC68; }
span { border-color: rgb(211,220,104); }
td.TdClassName
{
border-color: #D3DC68;
}
.TagClassName
{
border-color: #D3DC68;
}
</style>