Shades of Goldenrod #D0DC73
Tints of Goldenrod #D0DC73
RGB
CMYK
RGB Variations
Color information
#D0DC73 (or 0xD0DC73) is known color: Goldenrod. HEX triplet: D0, DC and 73. RGB value is (208,220,115). Sum of RGB (Red+Green+Blue) = 208+220+115=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 115 (45.31% from 255 or 21.18% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DC73 is #2F238C. Grayscale: #CCCCCC. Windows color (decimal): -3089293 or 7593168. OLE color: 7593168.
HSL color Cylindrical-coordinate representation of color #D0DC73: hue angle of 66.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0DC73 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 115 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.14 |
| HSL | 66.86º | 0.6% | 0.66% | - |
| HSV(B) | 66.86º | 0.48% | 0.86% | - |
| XYZ | 54.7 | 65.83 | 26.04 | - |
| YUV | 204.44 | 77.52 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 115 | 0.05 | 0 | 0.48 | 0.14 | 66.86 | 0.6 | 0.66 |
| Hex | D0 | DC | 73 | 5 | 0 | 30 | E | 43 | 3C | 42 |
| Octal | 320 | 334 | 163 | 5 | 0 | 60 | 16 | 103 | 74 | 102 |
| Binary | 11010000 | 11011100 | 1110011 | 101 | 0 | 110000 | 1110 | 1000011 | 111100 | 1000010 |
Color Harmonies of #D0DC73
Complementary color
Monochromatic Colors of #D0DC73
Black with #D0DC73
Text Example
Text Example
White with #D0DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC73; }
p { color: rgb(208,220,115); }
H1.HeaderClassName
{
color: #D0DC73;
}
.AnyTagClassName
{
color: #D0DC73;
}
</style>
background-color css
<style>
a { background-color: #D0DC73; }
a { background-color: rgb(208,220,115); }
div.DivClassName
{
background-color: #D0DC73;
}
.BgClassName
{
background-color: #D0DC73;
}
</style>
border-color css
<style>
span { border-color: #D0DC73; }
span { border-color: rgb(208,220,115); }
td.TdClassName
{
border-color: #D0DC73;
}
.TagClassName
{
border-color: #D0DC73;
}
</style>