Shades of Goldenrod #D4DD6C
Tints of Goldenrod #D4DD6C
RGB
CMYK
RGB Variations
Color information
#D4DD6C (or 0xD4DD6C) is known color: Goldenrod. HEX triplet: D4, DD and 6C. RGB value is (212,221,108). Sum of RGB (Red+Green+Blue) = 212+221+108=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DD6C is #2B2293. Grayscale: #CDCDCD. Windows color (decimal): -2826900 or 7134676. OLE color: 7134676.
HSL color Cylindrical-coordinate representation of color #D4DD6C: hue angle of 64.78º 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 #D4DD6C is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 108 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.13 |
| HSL | 64.78º | 0.62% | 0.65% | - |
| HSV(B) | 64.78º | 0.51% | 0.87% | - |
| XYZ | 55.71 | 66.79 | 24.14 | - |
| YUV | 205.43 | 73.02 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 108 | 0.04 | 0 | 0.51 | 0.13 | 64.78 | 0.62 | 0.65 |
| Hex | D4 | DD | 6C | 4 | 0 | 33 | D | 41 | 3E | 41 |
| Octal | 324 | 335 | 154 | 4 | 0 | 63 | 15 | 101 | 76 | 101 |
| Binary | 11010100 | 11011101 | 1101100 | 100 | 0 | 110011 | 1101 | 1000001 | 111110 | 1000001 |
Color Harmonies of #D4DD6C
Complementary color
Monochromatic Colors of #D4DD6C
Black with #D4DD6C
Text Example
Text Example
White with #D4DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD6C; }
p { color: rgb(212,221,108); }
H1.HeaderClassName
{
color: #D4DD6C;
}
.AnyTagClassName
{
color: #D4DD6C;
}
</style>
background-color css
<style>
a { background-color: #D4DD6C; }
a { background-color: rgb(212,221,108); }
div.DivClassName
{
background-color: #D4DD6C;
}
.BgClassName
{
background-color: #D4DD6C;
}
</style>
border-color css
<style>
span { border-color: #D4DD6C; }
span { border-color: rgb(212,221,108); }
td.TdClassName
{
border-color: #D4DD6C;
}
.TagClassName
{
border-color: #D4DD6C;
}
</style>