Shades of Goldenrod #DCDE68
Tints of Goldenrod #DCDE68
RGB
CMYK
RGB Variations
Color information
#DCDE68 (or 0xDCDE68) is known color: Goldenrod. HEX triplet: DC, DE and 68. RGB value is (220,222,104). Sum of RGB (Red+Green+Blue) = 220+222+104=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE68 is #232197. Grayscale: #D0D0D0. Windows color (decimal): -2302360 or 6872796. OLE color: 6872796.
HSL color Cylindrical-coordinate representation of color #DCDE68: hue angle of 61.02º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCDE68 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 104 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.13 |
| HSL | 61.02º | 0.64% | 0.64% | - |
| HSV(B) | 61.02º | 0.53% | 0.87% | - |
| XYZ | 58.14 | 68.46 | 23.25 | - |
| YUV | 207.95 | 69.34 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 104 | 0.01 | 0 | 0.53 | 0.13 | 61.02 | 0.64 | 0.64 |
| Hex | DC | DE | 68 | 1 | 0 | 35 | D | 3D | 40 | 40 |
| Octal | 334 | 336 | 150 | 1 | 0 | 65 | 15 | 75 | 100 | 100 |
| Binary | 11011100 | 11011110 | 1101000 | 1 | 0 | 110101 | 1101 | 111101 | 1000000 | 1000000 |
Color Harmonies of #DCDE68
Complementary color
Monochromatic Colors of #DCDE68
Black with #DCDE68
Text Example
Text Example
White with #DCDE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE68; }
p { color: rgb(220,222,104); }
H1.HeaderClassName
{
color: #DCDE68;
}
.AnyTagClassName
{
color: #DCDE68;
}
</style>
background-color css
<style>
a { background-color: #DCDE68; }
a { background-color: rgb(220,222,104); }
div.DivClassName
{
background-color: #DCDE68;
}
.BgClassName
{
background-color: #DCDE68;
}
</style>
border-color css
<style>
span { border-color: #DCDE68; }
span { border-color: rgb(220,222,104); }
td.TdClassName
{
border-color: #DCDE68;
}
.TagClassName
{
border-color: #DCDE68;
}
</style>