Shades of Goldenrod #DDDA6F
Tints of Goldenrod #DDDA6F
RGB
CMYK
RGB Variations
Color information
#DDDA6F (or 0xDDDA6F) is known color: Goldenrod. HEX triplet: DD, DA and 6F. RGB value is (221,218,111). Sum of RGB (Red+Green+Blue) = 221+218+111=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 111 (43.75% from 255 or 20.18% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA6F is #222590. Grayscale: #CFCFCF. Windows color (decimal): -2237841 or 7330525. OLE color: 7330525.
HSL color Cylindrical-coordinate representation of color #DDDA6F: hue angle of 58.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDDA6F is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 111 | - |
CMYK | 0 | 0.01 | 0.50 | 0.13 |
HSL | 58.36º | 0.62% | 0.65% | - |
HSV(B) | 58.36º | 0.5% | 0.87% | - |
XYZ | 57.76 | 66.66 | 24.86 | - |
YUV | 206.7 | 73.99 | 138.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 111 | 0 | 0.01 | 0.50 | 0.13 | 58.36 | 0.62 | 0.65 |
Hex | DD | DA | 6F | 0 | 1 | 32 | D | 3A | 3E | 41 |
Octal | 335 | 332 | 157 | 0 | 1 | 62 | 15 | 72 | 76 | 101 |
Binary | 11011101 | 11011010 | 1101111 | 0 | 1 | 110010 | 1101 | 111010 | 111110 | 1000001 |
Color Harmonies of #DDDA6F
Complementary color
Monochromatic Colors of #DDDA6F
Black with #DDDA6F
Text Example
Text Example
White with #DDDA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA6F; }
p { color: rgb(221,218,111); }
H1.HeaderClassName
{
color: #DDDA6F;
}
.AnyTagClassName
{
color: #DDDA6F;
}
</style>
background-color css
<style>
a { background-color: #DDDA6F; }
a { background-color: rgb(221,218,111); }
div.DivClassName
{
background-color: #DDDA6F;
}
.BgClassName
{
background-color: #DDDA6F;
}
</style>
border-color css
<style>
span { border-color: #DDDA6F; }
span { border-color: rgb(221,218,111); }
td.TdClassName
{
border-color: #DDDA6F;
}
.TagClassName
{
border-color: #DDDA6F;
}
</style>