Shades of Goldenrod #DDDB66
Tints of Goldenrod #DDDB66
RGB
CMYK
RGB Variations
Color information
#DDDB66 (or 0xDDDB66) is known color: Goldenrod. HEX triplet: DD, DB and 66. RGB value is (221,219,102). Sum of RGB (Red+Green+Blue) = 221+219+102=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 102 (40.23% from 255 or 18.82% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB66 is #222499. Grayscale: #CECECE. Windows color (decimal): -2237594 or 6740957. OLE color: 6740957.
HSL color Cylindrical-coordinate representation of color #DDDB66: hue angle of 58.99º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDDB66 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 102 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.13 |
| HSL | 58.99º | 0.64% | 0.63% | - |
| HSV(B) | 58.99º | 0.54% | 0.87% | - |
| XYZ | 57.55 | 66.99 | 22.47 | - |
| YUV | 206.26 | 69.16 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 102 | 0 | 0.01 | 0.54 | 0.13 | 58.99 | 0.64 | 0.63 |
| Hex | DD | DB | 66 | 0 | 1 | 36 | D | 3B | 40 | 3F |
| Octal | 335 | 333 | 146 | 0 | 1 | 66 | 15 | 73 | 100 | 77 |
| Binary | 11011101 | 11011011 | 1100110 | 0 | 1 | 110110 | 1101 | 111011 | 1000000 | 111111 |
Color Harmonies of #DDDB66
Complementary color
Monochromatic Colors of #DDDB66
Black with #DDDB66
Text Example
Text Example
White with #DDDB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB66; }
p { color: rgb(221,219,102); }
H1.HeaderClassName
{
color: #DDDB66;
}
.AnyTagClassName
{
color: #DDDB66;
}
</style>
background-color css
<style>
a { background-color: #DDDB66; }
a { background-color: rgb(221,219,102); }
div.DivClassName
{
background-color: #DDDB66;
}
.BgClassName
{
background-color: #DDDB66;
}
</style>
border-color css
<style>
span { border-color: #DDDB66; }
span { border-color: rgb(221,219,102); }
td.TdClassName
{
border-color: #DDDB66;
}
.TagClassName
{
border-color: #DDDB66;
}
</style>