Shades of Goldenrod #D0DC75
Tints of Goldenrod #D0DC75
RGB
CMYK
RGB Variations
Color information
#D0DC75 (or 0xD0DC75) is known color: Goldenrod. HEX triplet: D0, DC and 75. RGB value is (208,220,117). Sum of RGB (Red+Green+Blue) = 208+220+117=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DC75 is #2F238A. Grayscale: #CDCDCD. Windows color (decimal): -3089291 or 7724240. OLE color: 7724240.
HSL color Cylindrical-coordinate representation of color #D0DC75: hue angle of 66.99º 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 #D0DC75 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 117 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.14 |
| HSL | 66.99º | 0.6% | 0.66% | - |
| HSV(B) | 66.99º | 0.47% | 0.86% | - |
| XYZ | 54.82 | 65.88 | 26.66 | - |
| YUV | 204.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 117 | 0.05 | 0 | 0.47 | 0.14 | 66.99 | 0.6 | 0.66 |
| Hex | D0 | DC | 75 | 5 | 0 | 2F | E | 43 | 3C | 42 |
| Octal | 320 | 334 | 165 | 5 | 0 | 57 | 16 | 103 | 74 | 102 |
| Binary | 11010000 | 11011100 | 1110101 | 101 | 0 | 101111 | 1110 | 1000011 | 111100 | 1000010 |
Color Harmonies of #D0DC75
Complementary color
Monochromatic Colors of #D0DC75
Black with #D0DC75
Text Example
Text Example
White with #D0DC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC75; }
p { color: rgb(208,220,117); }
H1.HeaderClassName
{
color: #D0DC75;
}
.AnyTagClassName
{
color: #D0DC75;
}
</style>
background-color css
<style>
a { background-color: #D0DC75; }
a { background-color: rgb(208,220,117); }
div.DivClassName
{
background-color: #D0DC75;
}
.BgClassName
{
background-color: #D0DC75;
}
</style>
border-color css
<style>
span { border-color: #D0DC75; }
span { border-color: rgb(208,220,117); }
td.TdClassName
{
border-color: #D0DC75;
}
.TagClassName
{
border-color: #D0DC75;
}
</style>