Shades of Goldenrod #DFE06B
Tints of Goldenrod #DFE06B
RGB
CMYK
RGB Variations
Color information
#DFE06B (or 0xDFE06B) is known color: Goldenrod. HEX triplet: DF, E0 and 6B. RGB value is (223,224,107). Sum of RGB (Red+Green+Blue) = 223+224+107=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE06B is #201F94. Grayscale: #D2D2D2. Windows color (decimal): -2105237 or 7069919. OLE color: 7069919.
HSL color Cylindrical-coordinate representation of color #DFE06B: hue angle of 60.51º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFE06B is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 107 | - |
| CMYK | 0.00 | 0 | 0.52 | 0.12 |
| HSL | 60.51º | 0.65% | 0.65% | - |
| HSV(B) | 60.51º | 0.52% | 0.88% | - |
| XYZ | 59.74 | 70.06 | 24.28 | - |
| YUV | 210.36 | 69.67 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 107 | 0.00 | 0 | 0.52 | 0.12 | 60.51 | 0.65 | 0.65 |
| Hex | DF | E0 | 6B | 0 | 0 | 34 | C | 3D | 41 | 41 |
| Octal | 337 | 340 | 153 | 0 | 0 | 64 | 14 | 75 | 101 | 101 |
| Binary | 11011111 | 11100000 | 1101011 | 0 | 0 | 110100 | 1100 | 111101 | 1000001 | 1000001 |
Color Harmonies of #DFE06B
Complementary color
Monochromatic Colors of #DFE06B
Black with #DFE06B
Text Example
Text Example
White with #DFE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE06B; }
p { color: rgb(223,224,107); }
H1.HeaderClassName
{
color: #DFE06B;
}
.AnyTagClassName
{
color: #DFE06B;
}
</style>
background-color css
<style>
a { background-color: #DFE06B; }
a { background-color: rgb(223,224,107); }
div.DivClassName
{
background-color: #DFE06B;
}
.BgClassName
{
background-color: #DFE06B;
}
</style>
border-color css
<style>
span { border-color: #DFE06B; }
span { border-color: rgb(223,224,107); }
td.TdClassName
{
border-color: #DFE06B;
}
.TagClassName
{
border-color: #DFE06B;
}
</style>