Shades of Goldenrod #DCDF7F
Tints of Goldenrod #DCDF7F
RGB
CMYK
RGB Variations
Color information
#DCDF7F (or 0xDCDF7F) is known color: Goldenrod. HEX triplet: DC, DF and 7F. RGB value is (220,223,127). Sum of RGB (Red+Green+Blue) = 220+223+127=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF7F is #232080. Grayscale: #D3D3D3. Windows color (decimal): -2302081 or 8380380. OLE color: 8380380.
HSL color Cylindrical-coordinate representation of color #DCDF7F: hue angle of 61.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCDF7F is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 127 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.13 |
| HSL | 61.88º | 0.6% | 0.69% | - |
| HSV(B) | 61.88º | 0.43% | 0.87% | - |
| XYZ | 59.73 | 69.52 | 30.35 | - |
| YUV | 211.16 | 80.51 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 127 | 0.01 | 0 | 0.43 | 0.13 | 61.88 | 0.6 | 0.69 |
| Hex | DC | DF | 7F | 1 | 0 | 2B | D | 3E | 3C | 45 |
| Octal | 334 | 337 | 177 | 1 | 0 | 53 | 15 | 76 | 74 | 105 |
| Binary | 11011100 | 11011111 | 1111111 | 1 | 0 | 101011 | 1101 | 111110 | 111100 | 1000101 |
Color Harmonies of #DCDF7F
Complementary color
Monochromatic Colors of #DCDF7F
Black with #DCDF7F
Text Example
Text Example
White with #DCDF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF7F; }
p { color: rgb(220,223,127); }
H1.HeaderClassName
{
color: #DCDF7F;
}
.AnyTagClassName
{
color: #DCDF7F;
}
</style>
background-color css
<style>
a { background-color: #DCDF7F; }
a { background-color: rgb(220,223,127); }
div.DivClassName
{
background-color: #DCDF7F;
}
.BgClassName
{
background-color: #DCDF7F;
}
</style>
border-color css
<style>
span { border-color: #DCDF7F; }
span { border-color: rgb(220,223,127); }
td.TdClassName
{
border-color: #DCDF7F;
}
.TagClassName
{
border-color: #DCDF7F;
}
</style>