Shades of Goldenrod #DCDB68
Tints of Goldenrod #DCDB68
RGB
CMYK
RGB Variations
Color information
#DCDB68 (or 0xDCDB68) is known color: Goldenrod. HEX triplet: DC, DB and 68. RGB value is (220,219,104). Sum of RGB (Red+Green+Blue) = 220+219+104=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB68 is #232497. Grayscale: #CECECE. Windows color (decimal): -2303128 or 6872028. OLE color: 6872028.
HSL color Cylindrical-coordinate representation of color #DCDB68: hue angle of 59.48º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCDB68 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 104 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.14 |
| HSL | 59.48º | 0.62% | 0.64% | - |
| HSV(B) | 59.48º | 0.53% | 0.86% | - |
| XYZ | 57.35 | 66.88 | 22.98 | - |
| YUV | 206.19 | 70.33 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 104 | 0 | 0.00 | 0.53 | 0.14 | 59.48 | 0.62 | 0.64 |
| Hex | DC | DB | 68 | 0 | 0 | 35 | E | 3B | 3E | 40 |
| Octal | 334 | 333 | 150 | 0 | 0 | 65 | 16 | 73 | 76 | 100 |
| Binary | 11011100 | 11011011 | 1101000 | 0 | 0 | 110101 | 1110 | 111011 | 111110 | 1000000 |
Color Harmonies of #DCDB68
Complementary color
Monochromatic Colors of #DCDB68
Black with #DCDB68
Text Example
Text Example
White with #DCDB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB68; }
p { color: rgb(220,219,104); }
H1.HeaderClassName
{
color: #DCDB68;
}
.AnyTagClassName
{
color: #DCDB68;
}
</style>
background-color css
<style>
a { background-color: #DCDB68; }
a { background-color: rgb(220,219,104); }
div.DivClassName
{
background-color: #DCDB68;
}
.BgClassName
{
background-color: #DCDB68;
}
</style>
border-color css
<style>
span { border-color: #DCDB68; }
span { border-color: rgb(220,219,104); }
td.TdClassName
{
border-color: #DCDB68;
}
.TagClassName
{
border-color: #DCDB68;
}
</style>