Shades of Goldenrod #DDE27A
Tints of Goldenrod #DDE27A
RGB
CMYK
RGB Variations
Color information
#DDE27A (or 0xDDE27A) is known color: Goldenrod. HEX triplet: DD, E2 and 7A. RGB value is (221,226,122). Sum of RGB (Red+Green+Blue) = 221+226+122=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 226 (88.67% from 255 or 39.72% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE27A is #221D85. Grayscale: #D5D5D5. Windows color (decimal): -2235782 or 8053469. OLE color: 8053469.
HSL color Cylindrical-coordinate representation of color #DDE27A: hue angle of 62.88º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDE27A is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 226 | 122 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.11 |
| HSL | 62.88º | 0.64% | 0.68% | - |
| HSV(B) | 62.88º | 0.46% | 0.89% | - |
| XYZ | 60.53 | 71.17 | 28.96 | - |
| YUV | 212.65 | 76.84 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 122 | 0.02 | 0 | 0.46 | 0.11 | 62.88 | 0.64 | 0.68 |
| Hex | DD | E2 | 7A | 2 | 0 | 2E | B | 3F | 40 | 44 |
| Octal | 335 | 342 | 172 | 2 | 0 | 56 | 13 | 77 | 100 | 104 |
| Binary | 11011101 | 11100010 | 1111010 | 10 | 0 | 101110 | 1011 | 111111 | 1000000 | 1000100 |
Color Harmonies of #DDE27A
Complementary color
Monochromatic Colors of #DDE27A
Black with #DDE27A
Text Example
Text Example
White with #DDE27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE27A; }
p { color: rgb(221,226,122); }
H1.HeaderClassName
{
color: #DDE27A;
}
.AnyTagClassName
{
color: #DDE27A;
}
</style>
background-color css
<style>
a { background-color: #DDE27A; }
a { background-color: rgb(221,226,122); }
div.DivClassName
{
background-color: #DDE27A;
}
.BgClassName
{
background-color: #DDE27A;
}
</style>
border-color css
<style>
span { border-color: #DDE27A; }
span { border-color: rgb(221,226,122); }
td.TdClassName
{
border-color: #DDE27A;
}
.TagClassName
{
border-color: #DDE27A;
}
</style>