Shades of Goldenrod #DDDB6A
Tints of Goldenrod #DDDB6A
RGB
CMYK
RGB Variations
Color information
#DDDB6A (or 0xDDDB6A) is known color: Goldenrod. HEX triplet: DD, DB and 6A. RGB value is (221,219,106). Sum of RGB (Red+Green+Blue) = 221+219+106=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB6A is #222495. Grayscale: #CFCFCF. Windows color (decimal): -2237590 or 7003101. OLE color: 7003101.
HSL color Cylindrical-coordinate representation of color #DDDB6A: hue angle of 58.96º 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 #DDDB6A is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 106 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.13 |
| HSL | 58.96º | 0.63% | 0.64% | - |
| HSV(B) | 58.96º | 0.52% | 0.87% | - |
| XYZ | 57.75 | 67.08 | 23.54 | - |
| YUV | 206.72 | 71.16 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 106 | 0 | 0.01 | 0.52 | 0.13 | 58.96 | 0.63 | 0.64 |
| Hex | DD | DB | 6A | 0 | 1 | 34 | D | 3B | 3F | 40 |
| Octal | 335 | 333 | 152 | 0 | 1 | 64 | 15 | 73 | 77 | 100 |
| Binary | 11011101 | 11011011 | 1101010 | 0 | 1 | 110100 | 1101 | 111011 | 111111 | 1000000 |
Color Harmonies of #DDDB6A
Complementary color
Monochromatic Colors of #DDDB6A
Black with #DDDB6A
Text Example
Text Example
White with #DDDB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB6A; }
p { color: rgb(221,219,106); }
H1.HeaderClassName
{
color: #DDDB6A;
}
.AnyTagClassName
{
color: #DDDB6A;
}
</style>
background-color css
<style>
a { background-color: #DDDB6A; }
a { background-color: rgb(221,219,106); }
div.DivClassName
{
background-color: #DDDB6A;
}
.BgClassName
{
background-color: #DDDB6A;
}
</style>
border-color css
<style>
span { border-color: #DDDB6A; }
span { border-color: rgb(221,219,106); }
td.TdClassName
{
border-color: #DDDB6A;
}
.TagClassName
{
border-color: #DDDB6A;
}
</style>