Shades of Goldenrod #DCDE67
Tints of Goldenrod #DCDE67
RGB
CMYK
RGB Variations
Color information
#DCDE67 (or 0xDCDE67) is known color: Goldenrod. HEX triplet: DC, DE and 67. RGB value is (220,222,103). Sum of RGB (Red+Green+Blue) = 220+222+103=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE67 is #232198. Grayscale: #D0D0D0. Windows color (decimal): -2302361 or 6807260. OLE color: 6807260.
HSL color Cylindrical-coordinate representation of color #DCDE67: hue angle of 61.01º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCDE67 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 103 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.13 |
| HSL | 61.01º | 0.64% | 0.64% | - |
| HSV(B) | 61.01º | 0.54% | 0.87% | - |
| XYZ | 58.08 | 68.44 | 22.98 | - |
| YUV | 207.84 | 68.84 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 103 | 0.01 | 0 | 0.54 | 0.13 | 61.01 | 0.64 | 0.64 |
| Hex | DC | DE | 67 | 1 | 0 | 36 | D | 3D | 40 | 40 |
| Octal | 334 | 336 | 147 | 1 | 0 | 66 | 15 | 75 | 100 | 100 |
| Binary | 11011100 | 11011110 | 1100111 | 1 | 0 | 110110 | 1101 | 111101 | 1000000 | 1000000 |
Color Harmonies of #DCDE67
Complementary color
Monochromatic Colors of #DCDE67
Black with #DCDE67
Text Example
Text Example
White with #DCDE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE67; }
p { color: rgb(220,222,103); }
H1.HeaderClassName
{
color: #DCDE67;
}
.AnyTagClassName
{
color: #DCDE67;
}
</style>
background-color css
<style>
a { background-color: #DCDE67; }
a { background-color: rgb(220,222,103); }
div.DivClassName
{
background-color: #DCDE67;
}
.BgClassName
{
background-color: #DCDE67;
}
</style>
border-color css
<style>
span { border-color: #DCDE67; }
span { border-color: rgb(220,222,103); }
td.TdClassName
{
border-color: #DCDE67;
}
.TagClassName
{
border-color: #DCDE67;
}
</style>