Shades of Goldenrod #DCDF7E
Tints of Goldenrod #DCDF7E
RGB
CMYK
RGB Variations
Color information
#DCDF7E (or 0xDCDF7E) is known color: Goldenrod. HEX triplet: DC, DF and 7E. RGB value is (220,223,126). Sum of RGB (Red+Green+Blue) = 220+223+126=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF7E is #232081. Grayscale: #D3D3D3. Windows color (decimal): -2302082 or 8314844. OLE color: 8314844.
HSL color Cylindrical-coordinate representation of color #DCDF7E: hue angle of 61.86º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCDF7E is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 126 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.13 |
| HSL | 61.86º | 0.6% | 0.68% | - |
| HSV(B) | 61.86º | 0.43% | 0.87% | - |
| XYZ | 59.67 | 69.5 | 30.01 | - |
| YUV | 211.05 | 80.01 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 126 | 0.01 | 0 | 0.43 | 0.13 | 61.86 | 0.6 | 0.68 |
| Hex | DC | DF | 7E | 1 | 0 | 2B | D | 3E | 3C | 44 |
| Octal | 334 | 337 | 176 | 1 | 0 | 53 | 15 | 76 | 74 | 104 |
| Binary | 11011100 | 11011111 | 1111110 | 1 | 0 | 101011 | 1101 | 111110 | 111100 | 1000100 |
Color Harmonies of #DCDF7E
Complementary color
Monochromatic Colors of #DCDF7E
Black with #DCDF7E
Text Example
Text Example
White with #DCDF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF7E; }
p { color: rgb(220,223,126); }
H1.HeaderClassName
{
color: #DCDF7E;
}
.AnyTagClassName
{
color: #DCDF7E;
}
</style>
background-color css
<style>
a { background-color: #DCDF7E; }
a { background-color: rgb(220,223,126); }
div.DivClassName
{
background-color: #DCDF7E;
}
.BgClassName
{
background-color: #DCDF7E;
}
</style>
border-color css
<style>
span { border-color: #DCDF7E; }
span { border-color: rgb(220,223,126); }
td.TdClassName
{
border-color: #DCDF7E;
}
.TagClassName
{
border-color: #DCDF7E;
}
</style>