Shades of Goldenrod #DDDB6B
Tints of Goldenrod #DDDB6B
RGB
CMYK
RGB Variations
Color information
#DDDB6B (or 0xDDDB6B) is known color: Goldenrod. HEX triplet: DD, DB and 6B. RGB value is (221,219,107). Sum of RGB (Red+Green+Blue) = 221+219+107=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB6B is #222494. Grayscale: #CFCFCF. Windows color (decimal): -2237589 or 7068637. OLE color: 7068637.
HSL color Cylindrical-coordinate representation of color #DDDB6B: hue angle of 58.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDDB6B is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 107 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.13 |
| HSL | 58.95º | 0.63% | 0.64% | - |
| HSV(B) | 58.95º | 0.52% | 0.87% | - |
| XYZ | 57.8 | 67.1 | 23.81 | - |
| YUV | 206.83 | 71.66 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 107 | 0 | 0.01 | 0.52 | 0.13 | 58.95 | 0.63 | 0.64 |
| Hex | DD | DB | 6B | 0 | 1 | 34 | D | 3B | 3F | 40 |
| Octal | 335 | 333 | 153 | 0 | 1 | 64 | 15 | 73 | 77 | 100 |
| Binary | 11011101 | 11011011 | 1101011 | 0 | 1 | 110100 | 1101 | 111011 | 111111 | 1000000 |
Color Harmonies of #DDDB6B
Complementary color
Monochromatic Colors of #DDDB6B
Black with #DDDB6B
Text Example
Text Example
White with #DDDB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB6B; }
p { color: rgb(221,219,107); }
H1.HeaderClassName
{
color: #DDDB6B;
}
.AnyTagClassName
{
color: #DDDB6B;
}
</style>
background-color css
<style>
a { background-color: #DDDB6B; }
a { background-color: rgb(221,219,107); }
div.DivClassName
{
background-color: #DDDB6B;
}
.BgClassName
{
background-color: #DDDB6B;
}
</style>
border-color css
<style>
span { border-color: #DDDB6B; }
span { border-color: rgb(221,219,107); }
td.TdClassName
{
border-color: #DDDB6B;
}
.TagClassName
{
border-color: #DDDB6B;
}
</style>