Shades of Goldenrod #DDDC63
Tints of Goldenrod #DDDC63
RGB
CMYK
RGB Variations
Color information
#DDDC63 (or 0xDDDC63) is known color: Goldenrod. HEX triplet: DD, DC and 63. RGB value is (221,220,99). Sum of RGB (Red+Green+Blue) = 221+220+99=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC63 is #22239C. Grayscale: #CECECE. Windows color (decimal): -2237341 or 6544605. OLE color: 6544605.
HSL color Cylindrical-coordinate representation of color #DDDC63: hue angle of 59.51º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDDC63 is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 99 | - |
| CMYK | 0 | 0.00 | 0.55 | 0.13 |
| HSL | 59.51º | 0.64% | 0.63% | - |
| HSV(B) | 59.51º | 0.55% | 0.87% | - |
| XYZ | 57.66 | 67.46 | 21.79 | - |
| YUV | 206.51 | 67.33 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 99 | 0 | 0.00 | 0.55 | 0.13 | 59.51 | 0.64 | 0.63 |
| Hex | DD | DC | 63 | 0 | 0 | 37 | D | 3C | 40 | 3F |
| Octal | 335 | 334 | 143 | 0 | 0 | 67 | 15 | 74 | 100 | 77 |
| Binary | 11011101 | 11011100 | 1100011 | 0 | 0 | 110111 | 1101 | 111100 | 1000000 | 111111 |
Color Harmonies of #DDDC63
Complementary color
Monochromatic Colors of #DDDC63
Black with #DDDC63
Text Example
Text Example
White with #DDDC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC63; }
p { color: rgb(221,220,99); }
H1.HeaderClassName
{
color: #DDDC63;
}
.AnyTagClassName
{
color: #DDDC63;
}
</style>
background-color css
<style>
a { background-color: #DDDC63; }
a { background-color: rgb(221,220,99); }
div.DivClassName
{
background-color: #DDDC63;
}
.BgClassName
{
background-color: #DDDC63;
}
</style>
border-color css
<style>
span { border-color: #DDDC63; }
span { border-color: rgb(221,220,99); }
td.TdClassName
{
border-color: #DDDC63;
}
.TagClassName
{
border-color: #DDDC63;
}
</style>