Shades of Goldenrod #DDDC6B
Tints of Goldenrod #DDDC6B
RGB
CMYK
RGB Variations
Color information
#DDDC6B (or 0xDDDC6B) is known color: Goldenrod. HEX triplet: DD, DC and 6B. RGB value is (221,220,107). Sum of RGB (Red+Green+Blue) = 221+220+107=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC6B is #222394. Grayscale: #CFCFCF. Windows color (decimal): -2237333 or 7068893. OLE color: 7068893.
HSL color Cylindrical-coordinate representation of color #DDDC6B: hue angle of 59.47º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDDC6B is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 107 | - |
| CMYK | 0 | 0.00 | 0.52 | 0.13 |
| HSL | 59.47º | 0.63% | 0.64% | - |
| HSV(B) | 59.47º | 0.52% | 0.87% | - |
| XYZ | 58.07 | 67.62 | 23.9 | - |
| YUV | 207.42 | 71.33 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 107 | 0 | 0.00 | 0.52 | 0.13 | 59.47 | 0.63 | 0.64 |
| Hex | DD | DC | 6B | 0 | 0 | 34 | D | 3B | 3F | 40 |
| Octal | 335 | 334 | 153 | 0 | 0 | 64 | 15 | 73 | 77 | 100 |
| Binary | 11011101 | 11011100 | 1101011 | 0 | 0 | 110100 | 1101 | 111011 | 111111 | 1000000 |
Color Harmonies of #DDDC6B
Complementary color
Monochromatic Colors of #DDDC6B
Black with #DDDC6B
Text Example
Text Example
White with #DDDC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC6B; }
p { color: rgb(221,220,107); }
H1.HeaderClassName
{
color: #DDDC6B;
}
.AnyTagClassName
{
color: #DDDC6B;
}
</style>
background-color css
<style>
a { background-color: #DDDC6B; }
a { background-color: rgb(221,220,107); }
div.DivClassName
{
background-color: #DDDC6B;
}
.BgClassName
{
background-color: #DDDC6B;
}
</style>
border-color css
<style>
span { border-color: #DDDC6B; }
span { border-color: rgb(221,220,107); }
td.TdClassName
{
border-color: #DDDC6B;
}
.TagClassName
{
border-color: #DDDC6B;
}
</style>