Shades of Goldenrod #DFDD6B
Tints of Goldenrod #DFDD6B
RGB
CMYK
RGB Variations
Color information
#DFDD6B (or 0xDFDD6B) is known color: Goldenrod. HEX triplet: DF, DD and 6B. RGB value is (223,221,107). Sum of RGB (Red+Green+Blue) = 223+221+107=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 107 (42.19% from 255 or 19.42% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD6B is #202294. Grayscale: #D1D1D1. Windows color (decimal): -2106005 or 7069151. OLE color: 7069151.
HSL color Cylindrical-coordinate representation of color #DFDD6B: hue angle of 58.97º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFDD6B is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 107 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.13 |
| HSL | 58.97º | 0.64% | 0.65% | - |
| HSV(B) | 58.97º | 0.52% | 0.87% | - |
| XYZ | 58.94 | 68.46 | 24.02 | - |
| YUV | 208.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 107 | 0 | 0.01 | 0.52 | 0.13 | 58.97 | 0.64 | 0.65 |
| Hex | DF | DD | 6B | 0 | 1 | 34 | D | 3B | 40 | 41 |
| Octal | 337 | 335 | 153 | 0 | 1 | 64 | 15 | 73 | 100 | 101 |
| Binary | 11011111 | 11011101 | 1101011 | 0 | 1 | 110100 | 1101 | 111011 | 1000000 | 1000001 |
Color Harmonies of #DFDD6B
Complementary color
Monochromatic Colors of #DFDD6B
Black with #DFDD6B
Text Example
Text Example
White with #DFDD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD6B; }
p { color: rgb(223,221,107); }
H1.HeaderClassName
{
color: #DFDD6B;
}
.AnyTagClassName
{
color: #DFDD6B;
}
</style>
background-color css
<style>
a { background-color: #DFDD6B; }
a { background-color: rgb(223,221,107); }
div.DivClassName
{
background-color: #DFDD6B;
}
.BgClassName
{
background-color: #DFDD6B;
}
</style>
border-color css
<style>
span { border-color: #DFDD6B; }
span { border-color: rgb(223,221,107); }
td.TdClassName
{
border-color: #DFDD6B;
}
.TagClassName
{
border-color: #DFDD6B;
}
</style>