Shades of Goldenrod #D4DC69
Tints of Goldenrod #D4DC69
RGB
CMYK
RGB Variations
Color information
#D4DC69 (or 0xD4DC69) is known color: Goldenrod. HEX triplet: D4, DC and 69. RGB value is (212,220,105). Sum of RGB (Red+Green+Blue) = 212+220+105=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DC69 is #2B2396. Grayscale: #CCCCCC. Windows color (decimal): -2827159 or 6937812. OLE color: 6937812.
HSL color Cylindrical-coordinate representation of color #D4DC69: hue angle of 64.17º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4DC69 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 105 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.14 |
| HSL | 64.17º | 0.62% | 0.64% | - |
| HSV(B) | 64.17º | 0.52% | 0.86% | - |
| XYZ | 55.29 | 66.2 | 23.23 | - |
| YUV | 204.5 | 71.85 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 105 | 0.04 | 0 | 0.52 | 0.14 | 64.17 | 0.62 | 0.64 |
| Hex | D4 | DC | 69 | 4 | 0 | 34 | E | 40 | 3E | 40 |
| Octal | 324 | 334 | 151 | 4 | 0 | 64 | 16 | 100 | 76 | 100 |
| Binary | 11010100 | 11011100 | 1101001 | 100 | 0 | 110100 | 1110 | 1000000 | 111110 | 1000000 |
Color Harmonies of #D4DC69
Complementary color
Monochromatic Colors of #D4DC69
Black with #D4DC69
Text Example
Text Example
White with #D4DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC69; }
p { color: rgb(212,220,105); }
H1.HeaderClassName
{
color: #D4DC69;
}
.AnyTagClassName
{
color: #D4DC69;
}
</style>
background-color css
<style>
a { background-color: #D4DC69; }
a { background-color: rgb(212,220,105); }
div.DivClassName
{
background-color: #D4DC69;
}
.BgClassName
{
background-color: #D4DC69;
}
</style>
border-color css
<style>
span { border-color: #D4DC69; }
span { border-color: rgb(212,220,105); }
td.TdClassName
{
border-color: #D4DC69;
}
.TagClassName
{
border-color: #D4DC69;
}
</style>