Shades of Goldenrod #DDDB68
Tints of Goldenrod #DDDB68
RGB
CMYK
RGB Variations
Color information
#DDDB68 (or 0xDDDB68) is known color: Goldenrod. HEX triplet: DD, DB and 68. RGB value is (221,219,104). Sum of RGB (Red+Green+Blue) = 221+219+104=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB68 is #222497. Grayscale: #CECECE. Windows color (decimal): -2237592 or 6872029. OLE color: 6872029.
HSL color Cylindrical-coordinate representation of color #DDDB68: 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.53%. Process color model (Four color, CMYK) of #DDDB68 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 104 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.13 |
| HSL | 58.97º | 0.63% | 0.64% | - |
| HSV(B) | 58.97º | 0.53% | 0.87% | - |
| XYZ | 57.65 | 67.03 | 23 | - |
| YUV | 206.49 | 70.16 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 104 | 0 | 0.01 | 0.53 | 0.13 | 58.97 | 0.63 | 0.64 |
| Hex | DD | DB | 68 | 0 | 1 | 35 | D | 3B | 3F | 40 |
| Octal | 335 | 333 | 150 | 0 | 1 | 65 | 15 | 73 | 77 | 100 |
| Binary | 11011101 | 11011011 | 1101000 | 0 | 1 | 110101 | 1101 | 111011 | 111111 | 1000000 |
Color Harmonies of #DDDB68
Complementary color
Monochromatic Colors of #DDDB68
Black with #DDDB68
Text Example
Text Example
White with #DDDB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB68; }
p { color: rgb(221,219,104); }
H1.HeaderClassName
{
color: #DDDB68;
}
.AnyTagClassName
{
color: #DDDB68;
}
</style>
background-color css
<style>
a { background-color: #DDDB68; }
a { background-color: rgb(221,219,104); }
div.DivClassName
{
background-color: #DDDB68;
}
.BgClassName
{
background-color: #DDDB68;
}
</style>
border-color css
<style>
span { border-color: #DDDB68; }
span { border-color: rgb(221,219,104); }
td.TdClassName
{
border-color: #DDDB68;
}
.TagClassName
{
border-color: #DDDB68;
}
</style>