Shades of Goldenrod #DDDF62
Tints of Goldenrod #DDDF62
RGB
CMYK
RGB Variations
Color information
#DDDF62 (or 0xDDDF62) is known color: Goldenrod. HEX triplet: DD, DF and 62. RGB value is (221,223,98). Sum of RGB (Red+Green+Blue) = 221+223+98=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 98 (38.67% from 255 or 18.08% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF62 is #22209D. Grayscale: #D0D0D0. Windows color (decimal): -2236574 or 6479837. OLE color: 6479837.
HSL color Cylindrical-coordinate representation of color #DDDF62: hue angle of 60.96º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDDF62 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 98 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.13 |
| HSL | 60.96º | 0.66% | 0.63% | - |
| HSV(B) | 60.96º | 0.56% | 0.87% | - |
| XYZ | 58.41 | 69.03 | 21.8 | - |
| YUV | 208.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 98 | 0.01 | 0 | 0.56 | 0.13 | 60.96 | 0.66 | 0.63 |
| Hex | DD | DF | 62 | 1 | 0 | 38 | D | 3D | 42 | 3F |
| Octal | 335 | 337 | 142 | 1 | 0 | 70 | 15 | 75 | 102 | 77 |
| Binary | 11011101 | 11011111 | 1100010 | 1 | 0 | 111000 | 1101 | 111101 | 1000010 | 111111 |
Color Harmonies of #DDDF62
Complementary color
Monochromatic Colors of #DDDF62
Black with #DDDF62
Text Example
Text Example
White with #DDDF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF62; }
p { color: rgb(221,223,98); }
H1.HeaderClassName
{
color: #DDDF62;
}
.AnyTagClassName
{
color: #DDDF62;
}
</style>
background-color css
<style>
a { background-color: #DDDF62; }
a { background-color: rgb(221,223,98); }
div.DivClassName
{
background-color: #DDDF62;
}
.BgClassName
{
background-color: #DDDF62;
}
</style>
border-color css
<style>
span { border-color: #DDDF62; }
span { border-color: rgb(221,223,98); }
td.TdClassName
{
border-color: #DDDF62;
}
.TagClassName
{
border-color: #DDDF62;
}
</style>