Shades of Goldenrod #DCDF7C
Tints of Goldenrod #DCDF7C
RGB
CMYK
RGB Variations
Color information
#DCDF7C (or 0xDCDF7C) is known color: Goldenrod. HEX triplet: DC, DF and 7C. RGB value is (220,223,124). Sum of RGB (Red+Green+Blue) = 220+223+124=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF7C is #232083. Grayscale: #D3D3D3. Windows color (decimal): -2302084 or 8183772. OLE color: 8183772.
HSL color Cylindrical-coordinate representation of color #DCDF7C: hue angle of 61.82º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCDF7C is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 124 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.13 |
| HSL | 61.82º | 0.61% | 0.68% | - |
| HSV(B) | 61.82º | 0.44% | 0.87% | - |
| XYZ | 59.54 | 69.45 | 29.34 | - |
| YUV | 210.82 | 79.01 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 124 | 0.01 | 0 | 0.44 | 0.13 | 61.82 | 0.61 | 0.68 |
| Hex | DC | DF | 7C | 1 | 0 | 2C | D | 3E | 3D | 44 |
| Octal | 334 | 337 | 174 | 1 | 0 | 54 | 15 | 76 | 75 | 104 |
| Binary | 11011100 | 11011111 | 1111100 | 1 | 0 | 101100 | 1101 | 111110 | 111101 | 1000100 |
Color Harmonies of #DCDF7C
Complementary color
Monochromatic Colors of #DCDF7C
Black with #DCDF7C
Text Example
Text Example
White with #DCDF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF7C; }
p { color: rgb(220,223,124); }
H1.HeaderClassName
{
color: #DCDF7C;
}
.AnyTagClassName
{
color: #DCDF7C;
}
</style>
background-color css
<style>
a { background-color: #DCDF7C; }
a { background-color: rgb(220,223,124); }
div.DivClassName
{
background-color: #DCDF7C;
}
.BgClassName
{
background-color: #DCDF7C;
}
</style>
border-color css
<style>
span { border-color: #DCDF7C; }
span { border-color: rgb(220,223,124); }
td.TdClassName
{
border-color: #DCDF7C;
}
.TagClassName
{
border-color: #DCDF7C;
}
</style>