Shades of Goldenrod #DDDF63
Tints of Goldenrod #DDDF63
RGB
CMYK
RGB Variations
Color information
#DDDF63 (or 0xDDDF63) is known color: Goldenrod. HEX triplet: DD, DF and 63. RGB value is (221,223,99). Sum of RGB (Red+Green+Blue) = 221+223+99=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF63 is #22209C. Grayscale: #D0D0D0. Windows color (decimal): -2236573 or 6545373. OLE color: 6545373.
HSL color Cylindrical-coordinate representation of color #DDDF63: hue angle of 60.97º 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 #DDDF63 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 99 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.13 |
| HSL | 60.97º | 0.66% | 0.63% | - |
| HSV(B) | 60.97º | 0.56% | 0.87% | - |
| XYZ | 58.46 | 69.05 | 22.05 | - |
| YUV | 208.27 | 66.34 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 99 | 0.01 | 0 | 0.56 | 0.13 | 60.97 | 0.66 | 0.63 |
| Hex | DD | DF | 63 | 1 | 0 | 38 | D | 3D | 42 | 3F |
| Octal | 335 | 337 | 143 | 1 | 0 | 70 | 15 | 75 | 102 | 77 |
| Binary | 11011101 | 11011111 | 1100011 | 1 | 0 | 111000 | 1101 | 111101 | 1000010 | 111111 |
Color Harmonies of #DDDF63
Complementary color
Monochromatic Colors of #DDDF63
Black with #DDDF63
Text Example
Text Example
White with #DDDF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF63; }
p { color: rgb(221,223,99); }
H1.HeaderClassName
{
color: #DDDF63;
}
.AnyTagClassName
{
color: #DDDF63;
}
</style>
background-color css
<style>
a { background-color: #DDDF63; }
a { background-color: rgb(221,223,99); }
div.DivClassName
{
background-color: #DDDF63;
}
.BgClassName
{
background-color: #DDDF63;
}
</style>
border-color css
<style>
span { border-color: #DDDF63; }
span { border-color: rgb(221,223,99); }
td.TdClassName
{
border-color: #DDDF63;
}
.TagClassName
{
border-color: #DDDF63;
}
</style>