Shades of Goldenrod #DFD86B
Tints of Goldenrod #DFD86B
RGB
CMYK
RGB Variations
Color information
#DFD86B (or 0xDFD86B) is known color: Goldenrod. HEX triplet: DF, D8 and 6B. RGB value is (223,216,107). Sum of RGB (Red+Green+Blue) = 223+216+107=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD86B is #202794. Grayscale: #CECECE. Windows color (decimal): -2107285 or 7067871. OLE color: 7067871.
HSL color Cylindrical-coordinate representation of color #DFD86B: hue angle of 56.38º 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 #DFD86B is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 107 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.13 |
| HSL | 56.38º | 0.64% | 0.65% | - |
| HSV(B) | 56.38º | 0.52% | 0.87% | - |
| XYZ | 57.64 | 65.86 | 23.58 | - |
| YUV | 205.67 | 72.32 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 107 | 0 | 0.03 | 0.52 | 0.13 | 56.38 | 0.64 | 0.65 |
| Hex | DF | D8 | 6B | 0 | 3 | 34 | D | 38 | 40 | 41 |
| Octal | 337 | 330 | 153 | 0 | 3 | 64 | 15 | 70 | 100 | 101 |
| Binary | 11011111 | 11011000 | 1101011 | 0 | 11 | 110100 | 1101 | 111000 | 1000000 | 1000001 |
Color Harmonies of #DFD86B
Complementary color
Monochromatic Colors of #DFD86B
Black with #DFD86B
Text Example
Text Example
White with #DFD86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD86B; }
p { color: rgb(223,216,107); }
H1.HeaderClassName
{
color: #DFD86B;
}
.AnyTagClassName
{
color: #DFD86B;
}
</style>
background-color css
<style>
a { background-color: #DFD86B; }
a { background-color: rgb(223,216,107); }
div.DivClassName
{
background-color: #DFD86B;
}
.BgClassName
{
background-color: #DFD86B;
}
</style>
border-color css
<style>
span { border-color: #DFD86B; }
span { border-color: rgb(223,216,107); }
td.TdClassName
{
border-color: #DFD86B;
}
.TagClassName
{
border-color: #DFD86B;
}
</style>