Shades of Goldenrod #DDDA68
Tints of Goldenrod #DDDA68
RGB
CMYK
RGB Variations
Color information
#DDDA68 (or 0xDDDA68) is known color: Goldenrod. HEX triplet: DD, DA and 68. RGB value is (221,218,104). Sum of RGB (Red+Green+Blue) = 221+218+104=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA68 is #222597. Grayscale: #CECECE. Windows color (decimal): -2237848 or 6871773. OLE color: 6871773.
HSL color Cylindrical-coordinate representation of color #DDDA68: hue angle of 58.46º 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 #DDDA68 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 104 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.13 |
| HSL | 58.46º | 0.63% | 0.64% | - |
| HSV(B) | 58.46º | 0.53% | 0.87% | - |
| XYZ | 57.39 | 66.51 | 22.91 | - |
| YUV | 205.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 104 | 0 | 0.01 | 0.53 | 0.13 | 58.46 | 0.63 | 0.64 |
| Hex | DD | DA | 68 | 0 | 1 | 35 | D | 3A | 3F | 40 |
| Octal | 335 | 332 | 150 | 0 | 1 | 65 | 15 | 72 | 77 | 100 |
| Binary | 11011101 | 11011010 | 1101000 | 0 | 1 | 110101 | 1101 | 111010 | 111111 | 1000000 |
Color Harmonies of #DDDA68
Complementary color
Monochromatic Colors of #DDDA68
Black with #DDDA68
Text Example
Text Example
White with #DDDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA68; }
p { color: rgb(221,218,104); }
H1.HeaderClassName
{
color: #DDDA68;
}
.AnyTagClassName
{
color: #DDDA68;
}
</style>
background-color css
<style>
a { background-color: #DDDA68; }
a { background-color: rgb(221,218,104); }
div.DivClassName
{
background-color: #DDDA68;
}
.BgClassName
{
background-color: #DDDA68;
}
</style>
border-color css
<style>
span { border-color: #DDDA68; }
span { border-color: rgb(221,218,104); }
td.TdClassName
{
border-color: #DDDA68;
}
.TagClassName
{
border-color: #DDDA68;
}
</style>