Shades of Goldenrod #D3DD6C
Tints of Goldenrod #D3DD6C
RGB
CMYK
RGB Variations
Color information
#D3DD6C (or 0xD3DD6C) is known color: Goldenrod. HEX triplet: D3, DD and 6C. RGB value is (211,221,108). Sum of RGB (Red+Green+Blue) = 211+221+108=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DD6C is #2C2293. Grayscale: #CDCDCD. Windows color (decimal): -2892436 or 7134675. OLE color: 7134675.
HSL color Cylindrical-coordinate representation of color #D3DD6C: hue angle of 65.31º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3DD6C is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 108 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.13 |
| HSL | 65.31º | 0.62% | 0.65% | - |
| HSV(B) | 65.31º | 0.51% | 0.87% | - |
| XYZ | 55.43 | 66.64 | 24.13 | - |
| YUV | 205.13 | 73.19 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 108 | 0.05 | 0 | 0.51 | 0.13 | 65.31 | 0.62 | 0.65 |
| Hex | D3 | DD | 6C | 5 | 0 | 33 | D | 41 | 3E | 41 |
| Octal | 323 | 335 | 154 | 5 | 0 | 63 | 15 | 101 | 76 | 101 |
| Binary | 11010011 | 11011101 | 1101100 | 101 | 0 | 110011 | 1101 | 1000001 | 111110 | 1000001 |
Color Harmonies of #D3DD6C
Complementary color
Monochromatic Colors of #D3DD6C
Black with #D3DD6C
Text Example
Text Example
White with #D3DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DD6C; }
p { color: rgb(211,221,108); }
H1.HeaderClassName
{
color: #D3DD6C;
}
.AnyTagClassName
{
color: #D3DD6C;
}
</style>
background-color css
<style>
a { background-color: #D3DD6C; }
a { background-color: rgb(211,221,108); }
div.DivClassName
{
background-color: #D3DD6C;
}
.BgClassName
{
background-color: #D3DD6C;
}
</style>
border-color css
<style>
span { border-color: #D3DD6C; }
span { border-color: rgb(211,221,108); }
td.TdClassName
{
border-color: #D3DD6C;
}
.TagClassName
{
border-color: #D3DD6C;
}
</style>