Shades of Goldenrod #DFDF76
Tints of Goldenrod #DFDF76
RGB
CMYK
RGB Variations
Color information
#DFDF76 (or 0xDFDF76) is known color: Goldenrod. HEX triplet: DF, DF and 76. RGB value is (223,223,118). Sum of RGB (Red+Green+Blue) = 223+223+118=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 118 (46.48% from 255 or 20.92% from 564); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF76 is #202089. Grayscale: #D3D3D3. Windows color (decimal): -2105482 or 7790559. OLE color: 7790559.
HSL color Cylindrical-coordinate representation of color #DFDF76: hue angle of 60º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFDF76 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 118 | - |
CMYK | 0 | 0 | 0.47 | 0.13 |
HSL | 60º | 0.62% | 0.67% | - |
HSV(B) | 60º | 0.47% | 0.87% | - |
XYZ | 60.09 | 69.77 | 27.44 | - |
YUV | 211.03 | 75.5 | 136.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 118 | 0 | 0 | 0.47 | 0.13 | 60 | 0.62 | 0.67 |
Hex | DF | DF | 76 | 0 | 0 | 2F | D | 3C | 3E | 43 |
Octal | 337 | 337 | 166 | 0 | 0 | 57 | 15 | 74 | 76 | 103 |
Binary | 11011111 | 11011111 | 1110110 | 0 | 0 | 101111 | 1101 | 111100 | 111110 | 1000011 |
Color Harmonies of #DFDF76
Complementary color
Monochromatic Colors of #DFDF76
Black with #DFDF76
Text Example
Text Example
White with #DFDF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF76; }
p { color: rgb(223,223,118); }
H1.HeaderClassName
{
color: #DFDF76;
}
.AnyTagClassName
{
color: #DFDF76;
}
</style>
background-color css
<style>
a { background-color: #DFDF76; }
a { background-color: rgb(223,223,118); }
div.DivClassName
{
background-color: #DFDF76;
}
.BgClassName
{
background-color: #DFDF76;
}
</style>
border-color css
<style>
span { border-color: #DFDF76; }
span { border-color: rgb(223,223,118); }
td.TdClassName
{
border-color: #DFDF76;
}
.TagClassName
{
border-color: #DFDF76;
}
</style>