Shades of Goldenrod #DCDF78
Tints of Goldenrod #DCDF78
RGB
CMYK
RGB Variations
Color information
#DCDF78 (or 0xDCDF78) is known color: Goldenrod. HEX triplet: DC, DF and 78. RGB value is (220,223,120). Sum of RGB (Red+Green+Blue) = 220+223+120=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF78 is #232087. Grayscale: #D2D2D2. Windows color (decimal): -2302088 or 7921628. OLE color: 7921628.
HSL color Cylindrical-coordinate representation of color #DCDF78: hue angle of 61.75º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCDF78 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 120 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.13 |
| HSL | 61.75º | 0.62% | 0.67% | - |
| HSV(B) | 61.75º | 0.46% | 0.87% | - |
| XYZ | 59.29 | 69.35 | 28.03 | - |
| YUV | 210.36 | 77.01 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 120 | 0.01 | 0 | 0.46 | 0.13 | 61.75 | 0.62 | 0.67 |
| Hex | DC | DF | 78 | 1 | 0 | 2E | D | 3E | 3E | 43 |
| Octal | 334 | 337 | 170 | 1 | 0 | 56 | 15 | 76 | 76 | 103 |
| Binary | 11011100 | 11011111 | 1111000 | 1 | 0 | 101110 | 1101 | 111110 | 111110 | 1000011 |
Color Harmonies of #DCDF78
Complementary color
Monochromatic Colors of #DCDF78
Black with #DCDF78
Text Example
Text Example
White with #DCDF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF78; }
p { color: rgb(220,223,120); }
H1.HeaderClassName
{
color: #DCDF78;
}
.AnyTagClassName
{
color: #DCDF78;
}
</style>
background-color css
<style>
a { background-color: #DCDF78; }
a { background-color: rgb(220,223,120); }
div.DivClassName
{
background-color: #DCDF78;
}
.BgClassName
{
background-color: #DCDF78;
}
</style>
border-color css
<style>
span { border-color: #DCDF78; }
span { border-color: rgb(220,223,120); }
td.TdClassName
{
border-color: #DCDF78;
}
.TagClassName
{
border-color: #DCDF78;
}
</style>