Shades of Goldenrod #DBDB67
Tints of Goldenrod #DBDB67
RGB
CMYK
RGB Variations
Color information
#DBDB67 (or 0xDBDB67) is known color: Goldenrod. HEX triplet: DB, DB and 67. RGB value is (219,219,103). Sum of RGB (Red+Green+Blue) = 219+219+103=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 103 (40.62% from 255 or 19.04% from 541); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB67 is #242498. Grayscale: #CECECE. Windows color (decimal): -2368665 or 6806491. OLE color: 6806491.
HSL color Cylindrical-coordinate representation of color #DBDB67: hue angle of 60º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBDB67 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 103 | - |
| CMYK | 0 | 0 | 0.53 | 0.14 |
| HSL | 60º | 0.62% | 0.63% | - |
| HSV(B) | 60º | 0.53% | 0.86% | - |
| XYZ | 56.99 | 66.7 | 22.7 | - |
| YUV | 205.78 | 70 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 103 | 0 | 0 | 0.53 | 0.14 | 60 | 0.62 | 0.63 |
| Hex | DB | DB | 67 | 0 | 0 | 35 | E | 3C | 3E | 3F |
| Octal | 333 | 333 | 147 | 0 | 0 | 65 | 16 | 74 | 76 | 77 |
| Binary | 11011011 | 11011011 | 1100111 | 0 | 0 | 110101 | 1110 | 111100 | 111110 | 111111 |
Color Harmonies of #DBDB67
Complementary color
Monochromatic Colors of #DBDB67
Black with #DBDB67
Text Example
Text Example
White with #DBDB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB67; }
p { color: rgb(219,219,103); }
H1.HeaderClassName
{
color: #DBDB67;
}
.AnyTagClassName
{
color: #DBDB67;
}
</style>
background-color css
<style>
a { background-color: #DBDB67; }
a { background-color: rgb(219,219,103); }
div.DivClassName
{
background-color: #DBDB67;
}
.BgClassName
{
background-color: #DBDB67;
}
</style>
border-color css
<style>
span { border-color: #DBDB67; }
span { border-color: rgb(219,219,103); }
td.TdClassName
{
border-color: #DBDB67;
}
.TagClassName
{
border-color: #DBDB67;
}
</style>