Shades of Goldenrod #DDDB69
Tints of Goldenrod #DDDB69
RGB
CMYK
RGB Variations
Color information
#DDDB69 (or 0xDDDB69) is known color: Goldenrod. HEX triplet: DD, DB and 69. RGB value is (221,219,105). Sum of RGB (Red+Green+Blue) = 221+219+105=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB69 is #222496. Grayscale: #CFCFCF. Windows color (decimal): -2237591 or 6937565. OLE color: 6937565.
HSL color Cylindrical-coordinate representation of color #DDDB69: hue angle of 58.97º 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 #DDDB69 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 105 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.13 |
| HSL | 58.97º | 0.63% | 0.64% | - |
| HSV(B) | 58.97º | 0.52% | 0.87% | - |
| XYZ | 57.7 | 67.06 | 23.27 | - |
| YUV | 206.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 105 | 0 | 0.01 | 0.52 | 0.13 | 58.97 | 0.63 | 0.64 |
| Hex | DD | DB | 69 | 0 | 1 | 34 | D | 3B | 3F | 40 |
| Octal | 335 | 333 | 151 | 0 | 1 | 64 | 15 | 73 | 77 | 100 |
| Binary | 11011101 | 11011011 | 1101001 | 0 | 1 | 110100 | 1101 | 111011 | 111111 | 1000000 |
Color Harmonies of #DDDB69
Complementary color
Monochromatic Colors of #DDDB69
Black with #DDDB69
Text Example
Text Example
White with #DDDB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB69; }
p { color: rgb(221,219,105); }
H1.HeaderClassName
{
color: #DDDB69;
}
.AnyTagClassName
{
color: #DDDB69;
}
</style>
background-color css
<style>
a { background-color: #DDDB69; }
a { background-color: rgb(221,219,105); }
div.DivClassName
{
background-color: #DDDB69;
}
.BgClassName
{
background-color: #DDDB69;
}
</style>
border-color css
<style>
span { border-color: #DDDB69; }
span { border-color: rgb(221,219,105); }
td.TdClassName
{
border-color: #DDDB69;
}
.TagClassName
{
border-color: #DDDB69;
}
</style>