Shades of Goldenrod #DBDC6A
Tints of Goldenrod #DBDC6A
RGB
CMYK
RGB Variations
Color information
#DBDC6A (or 0xDBDC6A) is known color: Goldenrod. HEX triplet: DB, DC and 6A. RGB value is (219,220,106). Sum of RGB (Red+Green+Blue) = 219+220+106=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC6A is #242395. Grayscale: #CFCFCF. Windows color (decimal): -2368406 or 7003355. OLE color: 7003355.
HSL color Cylindrical-coordinate representation of color #DBDC6A: hue angle of 60.53º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBDC6A is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 106 | - |
| CMYK | 0.00 | 0 | 0.52 | 0.14 |
| HSL | 60.53º | 0.62% | 0.64% | - |
| HSV(B) | 60.53º | 0.52% | 0.86% | - |
| XYZ | 57.41 | 67.29 | 23.6 | - |
| YUV | 206.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 106 | 0.00 | 0 | 0.52 | 0.14 | 60.53 | 0.62 | 0.64 |
| Hex | DB | DC | 6A | 0 | 0 | 34 | E | 3D | 3E | 40 |
| Octal | 333 | 334 | 152 | 0 | 0 | 64 | 16 | 75 | 76 | 100 |
| Binary | 11011011 | 11011100 | 1101010 | 0 | 0 | 110100 | 1110 | 111101 | 111110 | 1000000 |
Color Harmonies of #DBDC6A
Complementary color
Monochromatic Colors of #DBDC6A
Black with #DBDC6A
Text Example
Text Example
White with #DBDC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC6A; }
p { color: rgb(219,220,106); }
H1.HeaderClassName
{
color: #DBDC6A;
}
.AnyTagClassName
{
color: #DBDC6A;
}
</style>
background-color css
<style>
a { background-color: #DBDC6A; }
a { background-color: rgb(219,220,106); }
div.DivClassName
{
background-color: #DBDC6A;
}
.BgClassName
{
background-color: #DBDC6A;
}
</style>
border-color css
<style>
span { border-color: #DBDC6A; }
span { border-color: rgb(219,220,106); }
td.TdClassName
{
border-color: #DBDC6A;
}
.TagClassName
{
border-color: #DBDC6A;
}
</style>