Shades of Goldenrod #D4DC75
Tints of Goldenrod #D4DC75
RGB
CMYK
RGB Variations
Color information
#D4DC75 (or 0xD4DC75) is known color: Goldenrod. HEX triplet: D4, DC and 75. RGB value is (212,220,117). Sum of RGB (Red+Green+Blue) = 212+220+117=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DC75 is #2B238A. Grayscale: #CECECE. Windows color (decimal): -2827147 or 7724244. OLE color: 7724244.
HSL color Cylindrical-coordinate representation of color #D4DC75: hue angle of 64.66º 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 #D4DC75 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 117 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.14 |
| HSL | 64.66º | 0.6% | 0.66% | - |
| HSV(B) | 64.66º | 0.47% | 0.86% | - |
| XYZ | 55.96 | 66.47 | 26.71 | - |
| YUV | 205.87 | 77.85 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 117 | 0.04 | 0 | 0.47 | 0.14 | 64.66 | 0.6 | 0.66 |
| Hex | D4 | DC | 75 | 4 | 0 | 2F | E | 41 | 3C | 42 |
| Octal | 324 | 334 | 165 | 4 | 0 | 57 | 16 | 101 | 74 | 102 |
| Binary | 11010100 | 11011100 | 1110101 | 100 | 0 | 101111 | 1110 | 1000001 | 111100 | 1000010 |
Color Harmonies of #D4DC75
Complementary color
Monochromatic Colors of #D4DC75
Black with #D4DC75
Text Example
Text Example
White with #D4DC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC75; }
p { color: rgb(212,220,117); }
H1.HeaderClassName
{
color: #D4DC75;
}
.AnyTagClassName
{
color: #D4DC75;
}
</style>
background-color css
<style>
a { background-color: #D4DC75; }
a { background-color: rgb(212,220,117); }
div.DivClassName
{
background-color: #D4DC75;
}
.BgClassName
{
background-color: #D4DC75;
}
</style>
border-color css
<style>
span { border-color: #D4DC75; }
span { border-color: rgb(212,220,117); }
td.TdClassName
{
border-color: #D4DC75;
}
.TagClassName
{
border-color: #D4DC75;
}
</style>