Shades of Goldenrod #DFDD75
Tints of Goldenrod #DFDD75
RGB
CMYK
RGB Variations
Color information
#DFDD75 (or 0xDFDD75) is known color: Goldenrod. HEX triplet: DF, DD and 75. RGB value is (223,221,117). Sum of RGB (Red+Green+Blue) = 223+221+117=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD75 is #20228A. Grayscale: #D2D2D2. Windows color (decimal): -2105995 or 7724511. OLE color: 7724511.
HSL color Cylindrical-coordinate representation of color #DFDD75: hue angle of 58.87º 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 #DFDD75 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 117 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.13 |
| HSL | 58.87º | 0.62% | 0.67% | - |
| HSV(B) | 58.87º | 0.48% | 0.87% | - |
| XYZ | 59.5 | 68.69 | 26.95 | - |
| YUV | 209.74 | 75.66 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 117 | 0 | 0.01 | 0.48 | 0.13 | 58.87 | 0.62 | 0.67 |
| Hex | DF | DD | 75 | 0 | 1 | 30 | D | 3B | 3E | 43 |
| Octal | 337 | 335 | 165 | 0 | 1 | 60 | 15 | 73 | 76 | 103 |
| Binary | 11011111 | 11011101 | 1110101 | 0 | 1 | 110000 | 1101 | 111011 | 111110 | 1000011 |
Color Harmonies of #DFDD75
Complementary color
Monochromatic Colors of #DFDD75
Black with #DFDD75
Text Example
Text Example
White with #DFDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD75; }
p { color: rgb(223,221,117); }
H1.HeaderClassName
{
color: #DFDD75;
}
.AnyTagClassName
{
color: #DFDD75;
}
</style>
background-color css
<style>
a { background-color: #DFDD75; }
a { background-color: rgb(223,221,117); }
div.DivClassName
{
background-color: #DFDD75;
}
.BgClassName
{
background-color: #DFDD75;
}
</style>
border-color css
<style>
span { border-color: #DFDD75; }
span { border-color: rgb(223,221,117); }
td.TdClassName
{
border-color: #DFDD75;
}
.TagClassName
{
border-color: #DFDD75;
}
</style>