Shades of Goldenrod #DCDF7A
Tints of Goldenrod #DCDF7A
RGB
CMYK
RGB Variations
Color information
#DCDF7A (or 0xDCDF7A) is known color: Goldenrod. HEX triplet: DC, DF and 7A. RGB value is (220,223,122). Sum of RGB (Red+Green+Blue) = 220+223+122=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF7A is #232085. Grayscale: #D2D2D2. Windows color (decimal): -2302086 or 8052700. OLE color: 8052700.
HSL color Cylindrical-coordinate representation of color #DCDF7A: hue angle of 61.78º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCDF7A is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 122 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.13 |
| HSL | 61.78º | 0.61% | 0.68% | - |
| HSV(B) | 61.78º | 0.45% | 0.87% | - |
| XYZ | 59.42 | 69.4 | 28.68 | - |
| YUV | 210.59 | 78.01 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 122 | 0.01 | 0 | 0.45 | 0.13 | 61.78 | 0.61 | 0.68 |
| Hex | DC | DF | 7A | 1 | 0 | 2D | D | 3E | 3D | 44 |
| Octal | 334 | 337 | 172 | 1 | 0 | 55 | 15 | 76 | 75 | 104 |
| Binary | 11011100 | 11011111 | 1111010 | 1 | 0 | 101101 | 1101 | 111110 | 111101 | 1000100 |
Color Harmonies of #DCDF7A
Complementary color
Monochromatic Colors of #DCDF7A
Black with #DCDF7A
Text Example
Text Example
White with #DCDF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF7A; }
p { color: rgb(220,223,122); }
H1.HeaderClassName
{
color: #DCDF7A;
}
.AnyTagClassName
{
color: #DCDF7A;
}
</style>
background-color css
<style>
a { background-color: #DCDF7A; }
a { background-color: rgb(220,223,122); }
div.DivClassName
{
background-color: #DCDF7A;
}
.BgClassName
{
background-color: #DCDF7A;
}
</style>
border-color css
<style>
span { border-color: #DCDF7A; }
span { border-color: rgb(220,223,122); }
td.TdClassName
{
border-color: #DCDF7A;
}
.TagClassName
{
border-color: #DCDF7A;
}
</style>