Shades of Goldenrod #D0D672
Tints of Goldenrod #D0D672
RGB
CMYK
RGB Variations
Color information
#D0D672 (or 0xD0D672) is known color: Goldenrod. HEX triplet: D0, D6 and 72. RGB value is (208,214,114). Sum of RGB (Red+Green+Blue) = 208+214+114=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D672 is #2F298D. Grayscale: #C9C9C9. Windows color (decimal): -3090830 or 7526096. OLE color: 7526096.
HSL color Cylindrical-coordinate representation of color #D0D672: hue angle of 63.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0D672 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 114 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.16 |
| HSL | 63.6º | 0.55% | 0.64% | - |
| HSV(B) | 63.6º | 0.47% | 0.84% | - |
| XYZ | 53.1 | 62.72 | 25.23 | - |
| YUV | 200.81 | 79.01 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 114 | 0.03 | 0 | 0.47 | 0.16 | 63.6 | 0.55 | 0.64 |
| Hex | D0 | D6 | 72 | 3 | 0 | 2F | 10 | 40 | 37 | 40 |
| Octal | 320 | 326 | 162 | 3 | 0 | 57 | 20 | 100 | 67 | 100 |
| Binary | 11010000 | 11010110 | 1110010 | 11 | 0 | 101111 | 10000 | 1000000 | 110111 | 1000000 |
Color Harmonies of #D0D672
Complementary color
Monochromatic Colors of #D0D672
Black with #D0D672
Text Example
Text Example
White with #D0D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D672; }
p { color: rgb(208,214,114); }
H1.HeaderClassName
{
color: #D0D672;
}
.AnyTagClassName
{
color: #D0D672;
}
</style>
background-color css
<style>
a { background-color: #D0D672; }
a { background-color: rgb(208,214,114); }
div.DivClassName
{
background-color: #D0D672;
}
.BgClassName
{
background-color: #D0D672;
}
</style>
border-color css
<style>
span { border-color: #D0D672; }
span { border-color: rgb(208,214,114); }
td.TdClassName
{
border-color: #D0D672;
}
.TagClassName
{
border-color: #D0D672;
}
</style>