Shades of Goldenrod #DFDC75
Tints of Goldenrod #DFDC75
RGB
CMYK
RGB Variations
Color information
#DFDC75 (or 0xDFDC75) is known color: Goldenrod. HEX triplet: DF, DC and 75. RGB value is (223,220,117). Sum of RGB (Red+Green+Blue) = 223+220+117=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 117 (46.09% from 255 or 20.89% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC75 is #20238A. Grayscale: #D1D1D1. Windows color (decimal): -2106251 or 7724255. OLE color: 7724255.
HSL color Cylindrical-coordinate representation of color #DFDC75: hue angle of 58.3º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFDC75 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 117 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.13 |
| HSL | 58.3º | 0.62% | 0.67% | - |
| HSV(B) | 58.3º | 0.48% | 0.87% | - |
| XYZ | 59.24 | 68.16 | 26.86 | - |
| YUV | 209.16 | 75.99 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 117 | 0 | 0.01 | 0.48 | 0.13 | 58.3 | 0.62 | 0.67 |
| Hex | DF | DC | 75 | 0 | 1 | 30 | D | 3A | 3E | 43 |
| Octal | 337 | 334 | 165 | 0 | 1 | 60 | 15 | 72 | 76 | 103 |
| Binary | 11011111 | 11011100 | 1110101 | 0 | 1 | 110000 | 1101 | 111010 | 111110 | 1000011 |
Color Harmonies of #DFDC75
Complementary color
Monochromatic Colors of #DFDC75
Black with #DFDC75
Text Example
Text Example
White with #DFDC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC75; }
p { color: rgb(223,220,117); }
H1.HeaderClassName
{
color: #DFDC75;
}
.AnyTagClassName
{
color: #DFDC75;
}
</style>
background-color css
<style>
a { background-color: #DFDC75; }
a { background-color: rgb(223,220,117); }
div.DivClassName
{
background-color: #DFDC75;
}
.BgClassName
{
background-color: #DFDC75;
}
</style>
border-color css
<style>
span { border-color: #DFDC75; }
span { border-color: rgb(223,220,117); }
td.TdClassName
{
border-color: #DFDC75;
}
.TagClassName
{
border-color: #DFDC75;
}
</style>