Shades of Goldenrod #DDDC68
Tints of Goldenrod #DDDC68
RGB
CMYK
RGB Variations
Color information
#DDDC68 (or 0xDDDC68) is known color: Goldenrod. HEX triplet: DD, DC and 68. RGB value is (221,220,104). Sum of RGB (Red+Green+Blue) = 221+220+104=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC68 is #222397. Grayscale: #CFCFCF. Windows color (decimal): -2237336 or 6872285. OLE color: 6872285.
HSL color Cylindrical-coordinate representation of color #DDDC68: hue angle of 59.49º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDDC68 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 104 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.13 |
| HSL | 59.49º | 0.63% | 0.64% | - |
| HSV(B) | 59.49º | 0.53% | 0.87% | - |
| XYZ | 57.91 | 67.56 | 23.08 | - |
| YUV | 207.08 | 69.83 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 104 | 0 | 0.00 | 0.53 | 0.13 | 59.49 | 0.63 | 0.64 |
| Hex | DD | DC | 68 | 0 | 0 | 35 | D | 3B | 3F | 40 |
| Octal | 335 | 334 | 150 | 0 | 0 | 65 | 15 | 73 | 77 | 100 |
| Binary | 11011101 | 11011100 | 1101000 | 0 | 0 | 110101 | 1101 | 111011 | 111111 | 1000000 |
Color Harmonies of #DDDC68
Complementary color
Monochromatic Colors of #DDDC68
Black with #DDDC68
Text Example
Text Example
White with #DDDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC68; }
p { color: rgb(221,220,104); }
H1.HeaderClassName
{
color: #DDDC68;
}
.AnyTagClassName
{
color: #DDDC68;
}
</style>
background-color css
<style>
a { background-color: #DDDC68; }
a { background-color: rgb(221,220,104); }
div.DivClassName
{
background-color: #DDDC68;
}
.BgClassName
{
background-color: #DDDC68;
}
</style>
border-color css
<style>
span { border-color: #DDDC68; }
span { border-color: rgb(221,220,104); }
td.TdClassName
{
border-color: #DDDC68;
}
.TagClassName
{
border-color: #DDDC68;
}
</style>