Shades of Goldenrod #DDDF6D
Tints of Goldenrod #DDDF6D
RGB
CMYK
RGB Variations
Color information
#DDDF6D (or 0xDDDF6D) is known color: Goldenrod. HEX triplet: DD, DF and 6D. RGB value is (221,223,109). Sum of RGB (Red+Green+Blue) = 221+223+109=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF6D is #222092. Grayscale: #D1D1D1. Windows color (decimal): -2236563 or 7200733. OLE color: 7200733.
HSL color Cylindrical-coordinate representation of color #DDDF6D: hue angle of 61.05º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDDF6D is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 109 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.13 |
| HSL | 61.05º | 0.64% | 0.65% | - |
| HSV(B) | 61.05º | 0.51% | 0.87% | - |
| XYZ | 58.97 | 69.25 | 24.73 | - |
| YUV | 209.41 | 71.34 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 109 | 0.01 | 0 | 0.51 | 0.13 | 61.05 | 0.64 | 0.65 |
| Hex | DD | DF | 6D | 1 | 0 | 33 | D | 3D | 40 | 41 |
| Octal | 335 | 337 | 155 | 1 | 0 | 63 | 15 | 75 | 100 | 101 |
| Binary | 11011101 | 11011111 | 1101101 | 1 | 0 | 110011 | 1101 | 111101 | 1000000 | 1000001 |
Color Harmonies of #DDDF6D
Complementary color
Monochromatic Colors of #DDDF6D
Black with #DDDF6D
Text Example
Text Example
White with #DDDF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF6D; }
p { color: rgb(221,223,109); }
H1.HeaderClassName
{
color: #DDDF6D;
}
.AnyTagClassName
{
color: #DDDF6D;
}
</style>
background-color css
<style>
a { background-color: #DDDF6D; }
a { background-color: rgb(221,223,109); }
div.DivClassName
{
background-color: #DDDF6D;
}
.BgClassName
{
background-color: #DDDF6D;
}
</style>
border-color css
<style>
span { border-color: #DDDF6D; }
span { border-color: rgb(221,223,109); }
td.TdClassName
{
border-color: #DDDF6D;
}
.TagClassName
{
border-color: #DDDF6D;
}
</style>