Shades of Goldenrod #D3DC75
Tints of Goldenrod #D3DC75
RGB
CMYK
RGB Variations
Color information
#D3DC75 (or 0xD3DC75) is known color: Goldenrod. HEX triplet: D3, DC and 75. RGB value is (211,220,117). Sum of RGB (Red+Green+Blue) = 211+220+117=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DC75 is #2C238A. Grayscale: #CDCDCD. Windows color (decimal): -2892683 or 7724243. OLE color: 7724243.
HSL color Cylindrical-coordinate representation of color #D3DC75: hue angle of 65.24º 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 #D3DC75 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 220 | 117 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.14 |
| HSL | 65.24º | 0.6% | 0.66% | - |
| HSV(B) | 65.24º | 0.47% | 0.86% | - |
| XYZ | 55.67 | 66.32 | 26.7 | - |
| YUV | 205.57 | 78.02 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 117 | 0.04 | 0 | 0.47 | 0.14 | 65.24 | 0.6 | 0.66 |
| Hex | D3 | DC | 75 | 4 | 0 | 2F | E | 41 | 3C | 42 |
| Octal | 323 | 334 | 165 | 4 | 0 | 57 | 16 | 101 | 74 | 102 |
| Binary | 11010011 | 11011100 | 1110101 | 100 | 0 | 101111 | 1110 | 1000001 | 111100 | 1000010 |
Color Harmonies of #D3DC75
Complementary color
Monochromatic Colors of #D3DC75
Black with #D3DC75
Text Example
Text Example
White with #D3DC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DC75; }
p { color: rgb(211,220,117); }
H1.HeaderClassName
{
color: #D3DC75;
}
.AnyTagClassName
{
color: #D3DC75;
}
</style>
background-color css
<style>
a { background-color: #D3DC75; }
a { background-color: rgb(211,220,117); }
div.DivClassName
{
background-color: #D3DC75;
}
.BgClassName
{
background-color: #D3DC75;
}
</style>
border-color css
<style>
span { border-color: #D3DC75; }
span { border-color: rgb(211,220,117); }
td.TdClassName
{
border-color: #D3DC75;
}
.TagClassName
{
border-color: #D3DC75;
}
</style>