Shades of Goldenrod #DDDC6C
Tints of Goldenrod #DDDC6C
RGB
CMYK
RGB Variations
Color information
#DDDC6C (or 0xDDDC6C) is known color: Goldenrod. HEX triplet: DD, DC and 6C. RGB value is (221,220,108). Sum of RGB (Red+Green+Blue) = 221+220+108=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC6C is #222393. Grayscale: #CFCFCF. Windows color (decimal): -2237332 or 7134429. OLE color: 7134429.
HSL color Cylindrical-coordinate representation of color #DDDC6C: hue angle of 59.47º degrees, saturation: 0.62, 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 #DDDC6C is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 108 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.13 |
| HSL | 59.47º | 0.62% | 0.65% | - |
| HSV(B) | 59.47º | 0.51% | 0.87% | - |
| XYZ | 58.12 | 67.64 | 24.18 | - |
| YUV | 207.53 | 71.83 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 108 | 0 | 0.00 | 0.51 | 0.13 | 59.47 | 0.62 | 0.65 |
| Hex | DD | DC | 6C | 0 | 0 | 33 | D | 3B | 3E | 41 |
| Octal | 335 | 334 | 154 | 0 | 0 | 63 | 15 | 73 | 76 | 101 |
| Binary | 11011101 | 11011100 | 1101100 | 0 | 0 | 110011 | 1101 | 111011 | 111110 | 1000001 |
Color Harmonies of #DDDC6C
Complementary color
Monochromatic Colors of #DDDC6C
Black with #DDDC6C
Text Example
Text Example
White with #DDDC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC6C; }
p { color: rgb(221,220,108); }
H1.HeaderClassName
{
color: #DDDC6C;
}
.AnyTagClassName
{
color: #DDDC6C;
}
</style>
background-color css
<style>
a { background-color: #DDDC6C; }
a { background-color: rgb(221,220,108); }
div.DivClassName
{
background-color: #DDDC6C;
}
.BgClassName
{
background-color: #DDDC6C;
}
</style>
border-color css
<style>
span { border-color: #DDDC6C; }
span { border-color: rgb(221,220,108); }
td.TdClassName
{
border-color: #DDDC6C;
}
.TagClassName
{
border-color: #DDDC6C;
}
</style>