Shades of Goldenrod #DDDA67
Tints of Goldenrod #DDDA67
RGB
CMYK
RGB Variations
Color information
#DDDA67 (or 0xDDDA67) is known color: Goldenrod. HEX triplet: DD, DA and 67. RGB value is (221,218,103). Sum of RGB (Red+Green+Blue) = 221+218+103=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 103 (40.62% from 255 or 19.00% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA67 is #222598. Grayscale: #CECECE. Windows color (decimal): -2237849 or 6806237. OLE color: 6806237.
HSL color Cylindrical-coordinate representation of color #DDDA67: hue angle of 58.47º 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 #DDDA67 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 103 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.13 |
| HSL | 58.47º | 0.63% | 0.64% | - |
| HSV(B) | 58.47º | 0.53% | 0.87% | - |
| XYZ | 57.34 | 66.49 | 22.64 | - |
| YUV | 205.79 | 69.99 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 103 | 0 | 0.01 | 0.53 | 0.13 | 58.47 | 0.63 | 0.64 |
| Hex | DD | DA | 67 | 0 | 1 | 35 | D | 3A | 3F | 40 |
| Octal | 335 | 332 | 147 | 0 | 1 | 65 | 15 | 72 | 77 | 100 |
| Binary | 11011101 | 11011010 | 1100111 | 0 | 1 | 110101 | 1101 | 111010 | 111111 | 1000000 |
Color Harmonies of #DDDA67
Complementary color
Monochromatic Colors of #DDDA67
Black with #DDDA67
Text Example
Text Example
White with #DDDA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA67; }
p { color: rgb(221,218,103); }
H1.HeaderClassName
{
color: #DDDA67;
}
.AnyTagClassName
{
color: #DDDA67;
}
</style>
background-color css
<style>
a { background-color: #DDDA67; }
a { background-color: rgb(221,218,103); }
div.DivClassName
{
background-color: #DDDA67;
}
.BgClassName
{
background-color: #DDDA67;
}
</style>
border-color css
<style>
span { border-color: #DDDA67; }
span { border-color: rgb(221,218,103); }
td.TdClassName
{
border-color: #DDDA67;
}
.TagClassName
{
border-color: #DDDA67;
}
</style>