Shades of Goldenrod #DBDC68
Tints of Goldenrod #DBDC68
RGB
CMYK
RGB Variations
Color information
#DBDC68 (or 0xDBDC68) is known color: Goldenrod. HEX triplet: DB, DC and 68. RGB value is (219,220,104). Sum of RGB (Red+Green+Blue) = 219+220+104=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC68 is #242397. Grayscale: #CECECE. Windows color (decimal): -2368408 or 6872283. OLE color: 6872283.
HSL color Cylindrical-coordinate representation of color #DBDC68: hue angle of 60.52º 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 #DBDC68 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 104 | - |
| CMYK | 0.00 | 0 | 0.53 | 0.14 |
| HSL | 60.52º | 0.62% | 0.64% | - |
| HSV(B) | 60.52º | 0.53% | 0.86% | - |
| XYZ | 57.31 | 67.25 | 23.06 | - |
| YUV | 206.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 104 | 0.00 | 0 | 0.53 | 0.14 | 60.52 | 0.62 | 0.64 |
| Hex | DB | DC | 68 | 0 | 0 | 35 | E | 3D | 3E | 40 |
| Octal | 333 | 334 | 150 | 0 | 0 | 65 | 16 | 75 | 76 | 100 |
| Binary | 11011011 | 11011100 | 1101000 | 0 | 0 | 110101 | 1110 | 111101 | 111110 | 1000000 |
Color Harmonies of #DBDC68
Complementary color
Monochromatic Colors of #DBDC68
Black with #DBDC68
Text Example
Text Example
White with #DBDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC68; }
p { color: rgb(219,220,104); }
H1.HeaderClassName
{
color: #DBDC68;
}
.AnyTagClassName
{
color: #DBDC68;
}
</style>
background-color css
<style>
a { background-color: #DBDC68; }
a { background-color: rgb(219,220,104); }
div.DivClassName
{
background-color: #DBDC68;
}
.BgClassName
{
background-color: #DBDC68;
}
</style>
border-color css
<style>
span { border-color: #DBDC68; }
span { border-color: rgb(219,220,104); }
td.TdClassName
{
border-color: #DBDC68;
}
.TagClassName
{
border-color: #DBDC68;
}
</style>