Shades of Goldenrod #DDDB6D
Tints of Goldenrod #DDDB6D
RGB
CMYK
RGB Variations
Color information
#DDDB6D (or 0xDDDB6D) is known color: Goldenrod. HEX triplet: DD, DB and 6D. RGB value is (221,219,109). Sum of RGB (Red+Green+Blue) = 221+219+109=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 109 (42.97% from 255 or 19.85% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB6D is #222492. Grayscale: #CFCFCF. Windows color (decimal): -2237587 or 7199709. OLE color: 7199709.
HSL color Cylindrical-coordinate representation of color #DDDB6D: hue angle of 58.93º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDDB6D is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 109 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.13 |
| HSL | 58.93º | 0.62% | 0.65% | - |
| HSV(B) | 58.93º | 0.51% | 0.87% | - |
| XYZ | 57.91 | 67.14 | 24.37 | - |
| YUV | 207.06 | 72.66 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 109 | 0 | 0.01 | 0.51 | 0.13 | 58.93 | 0.62 | 0.65 |
| Hex | DD | DB | 6D | 0 | 1 | 33 | D | 3B | 3E | 41 |
| Octal | 335 | 333 | 155 | 0 | 1 | 63 | 15 | 73 | 76 | 101 |
| Binary | 11011101 | 11011011 | 1101101 | 0 | 1 | 110011 | 1101 | 111011 | 111110 | 1000001 |
Color Harmonies of #DDDB6D
Complementary color
Monochromatic Colors of #DDDB6D
Black with #DDDB6D
Text Example
Text Example
White with #DDDB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB6D; }
p { color: rgb(221,219,109); }
H1.HeaderClassName
{
color: #DDDB6D;
}
.AnyTagClassName
{
color: #DDDB6D;
}
</style>
background-color css
<style>
a { background-color: #DDDB6D; }
a { background-color: rgb(221,219,109); }
div.DivClassName
{
background-color: #DDDB6D;
}
.BgClassName
{
background-color: #DDDB6D;
}
</style>
border-color css
<style>
span { border-color: #DDDB6D; }
span { border-color: rgb(221,219,109); }
td.TdClassName
{
border-color: #DDDB6D;
}
.TagClassName
{
border-color: #DDDB6D;
}
</style>