Shades of Goldenrod #DCDF65
Tints of Goldenrod #DCDF65
RGB
CMYK
RGB Variations
Color information
#DCDF65 (or 0xDCDF65) is known color: Goldenrod. HEX triplet: DC, DF and 65. RGB value is (220,223,101). Sum of RGB (Red+Green+Blue) = 220+223+101=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF65 is #23209A. Grayscale: #D0D0D0. Windows color (decimal): -2302107 or 6676444. OLE color: 6676444.
HSL color Cylindrical-coordinate representation of color #DCDF65: hue angle of 61.48º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCDF65 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 101 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.13 |
| HSL | 61.48º | 0.66% | 0.64% | - |
| HSV(B) | 61.48º | 0.55% | 0.87% | - |
| XYZ | 58.25 | 68.93 | 22.55 | - |
| YUV | 208.2 | 67.51 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 101 | 0.01 | 0 | 0.55 | 0.13 | 61.48 | 0.66 | 0.64 |
| Hex | DC | DF | 65 | 1 | 0 | 37 | D | 3D | 42 | 40 |
| Octal | 334 | 337 | 145 | 1 | 0 | 67 | 15 | 75 | 102 | 100 |
| Binary | 11011100 | 11011111 | 1100101 | 1 | 0 | 110111 | 1101 | 111101 | 1000010 | 1000000 |
Color Harmonies of #DCDF65
Complementary color
Monochromatic Colors of #DCDF65
Black with #DCDF65
Text Example
Text Example
White with #DCDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF65; }
p { color: rgb(220,223,101); }
H1.HeaderClassName
{
color: #DCDF65;
}
.AnyTagClassName
{
color: #DCDF65;
}
</style>
background-color css
<style>
a { background-color: #DCDF65; }
a { background-color: rgb(220,223,101); }
div.DivClassName
{
background-color: #DCDF65;
}
.BgClassName
{
background-color: #DCDF65;
}
</style>
border-color css
<style>
span { border-color: #DCDF65; }
span { border-color: rgb(220,223,101); }
td.TdClassName
{
border-color: #DCDF65;
}
.TagClassName
{
border-color: #DCDF65;
}
</style>