Shades of Goldenrod #DDD867
Tints of Goldenrod #DDD867
RGB
CMYK
RGB Variations
Color information
#DDD867 (or 0xDDD867) is known color: Goldenrod. HEX triplet: DD, D8 and 67. RGB value is (221,216,103). Sum of RGB (Red+Green+Blue) = 221+216+103=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 103 (40.62% from 255 or 19.07% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD867 is #222798. Grayscale: #CDCDCD. Windows color (decimal): -2238361 or 6805725. OLE color: 6805725.
HSL color Cylindrical-coordinate representation of color #DDD867: hue angle of 57.46º 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 #DDD867 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 103 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.13 |
| HSL | 57.46º | 0.63% | 0.64% | - |
| HSV(B) | 57.46º | 0.53% | 0.87% | - |
| XYZ | 56.82 | 65.46 | 22.47 | - |
| YUV | 204.61 | 70.66 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 103 | 0 | 0.02 | 0.53 | 0.13 | 57.46 | 0.63 | 0.64 |
| Hex | DD | D8 | 67 | 0 | 2 | 35 | D | 39 | 3F | 40 |
| Octal | 335 | 330 | 147 | 0 | 2 | 65 | 15 | 71 | 77 | 100 |
| Binary | 11011101 | 11011000 | 1100111 | 0 | 10 | 110101 | 1101 | 111001 | 111111 | 1000000 |
Color Harmonies of #DDD867
Complementary color
Monochromatic Colors of #DDD867
Black with #DDD867
Text Example
Text Example
White with #DDD867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD867; }
p { color: rgb(221,216,103); }
H1.HeaderClassName
{
color: #DDD867;
}
.AnyTagClassName
{
color: #DDD867;
}
</style>
background-color css
<style>
a { background-color: #DDD867; }
a { background-color: rgb(221,216,103); }
div.DivClassName
{
background-color: #DDD867;
}
.BgClassName
{
background-color: #DDD867;
}
</style>
border-color css
<style>
span { border-color: #DDD867; }
span { border-color: rgb(221,216,103); }
td.TdClassName
{
border-color: #DDD867;
}
.TagClassName
{
border-color: #DDD867;
}
</style>