Shades of Goldenrod #DDE064
Tints of Goldenrod #DDE064
RGB
CMYK
RGB Variations
Color information
#DDE064 (or 0xDDE064) is known color: Goldenrod. HEX triplet: DD, E0 and 64. RGB value is (221,224,100). Sum of RGB (Red+Green+Blue) = 221+224+100=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE064 is #221F9B. Grayscale: #D1D1D1. Windows color (decimal): -2236316 or 6611165. OLE color: 6611165.
HSL color Cylindrical-coordinate representation of color #DDE064: hue angle of 61.45º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDE064 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 100 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.12 |
| HSL | 61.45º | 0.67% | 0.64% | - |
| HSV(B) | 61.45º | 0.55% | 0.88% | - |
| XYZ | 58.77 | 69.6 | 22.39 | - |
| YUV | 208.97 | 66.51 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 100 | 0.01 | 0 | 0.55 | 0.12 | 61.45 | 0.67 | 0.64 |
| Hex | DD | E0 | 64 | 1 | 0 | 37 | C | 3D | 43 | 40 |
| Octal | 335 | 340 | 144 | 1 | 0 | 67 | 14 | 75 | 103 | 100 |
| Binary | 11011101 | 11100000 | 1100100 | 1 | 0 | 110111 | 1100 | 111101 | 1000011 | 1000000 |
Color Harmonies of #DDE064
Complementary color
Monochromatic Colors of #DDE064
Black with #DDE064
Text Example
Text Example
White with #DDE064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE064; }
p { color: rgb(221,224,100); }
H1.HeaderClassName
{
color: #DDE064;
}
.AnyTagClassName
{
color: #DDE064;
}
</style>
background-color css
<style>
a { background-color: #DDE064; }
a { background-color: rgb(221,224,100); }
div.DivClassName
{
background-color: #DDE064;
}
.BgClassName
{
background-color: #DDE064;
}
</style>
border-color css
<style>
span { border-color: #DDE064; }
span { border-color: rgb(221,224,100); }
td.TdClassName
{
border-color: #DDE064;
}
.TagClassName
{
border-color: #DDE064;
}
</style>