Shades of Goldenrod #DDDF76
Tints of Goldenrod #DDDF76
RGB
CMYK
RGB Variations
Color information
#DDDF76 (or 0xDDDF76) is known color: Goldenrod. HEX triplet: DD, DF and 76. RGB value is (221,223,118). Sum of RGB (Red+Green+Blue) = 221+223+118=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF76 is #222089. Grayscale: #D2D2D2. Windows color (decimal): -2236554 or 7790557. OLE color: 7790557.
HSL color Cylindrical-coordinate representation of color #DDDF76: hue angle of 61.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDDF76 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 118 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.13 |
| HSL | 61.14º | 0.62% | 0.67% | - |
| HSV(B) | 61.14º | 0.47% | 0.87% | - |
| XYZ | 59.48 | 69.46 | 27.41 | - |
| YUV | 210.43 | 75.84 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 118 | 0.01 | 0 | 0.47 | 0.13 | 61.14 | 0.62 | 0.67 |
| Hex | DD | DF | 76 | 1 | 0 | 2F | D | 3D | 3E | 43 |
| Octal | 335 | 337 | 166 | 1 | 0 | 57 | 15 | 75 | 76 | 103 |
| Binary | 11011101 | 11011111 | 1110110 | 1 | 0 | 101111 | 1101 | 111101 | 111110 | 1000011 |
Color Harmonies of #DDDF76
Complementary color
Monochromatic Colors of #DDDF76
Black with #DDDF76
Text Example
Text Example
White with #DDDF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF76; }
p { color: rgb(221,223,118); }
H1.HeaderClassName
{
color: #DDDF76;
}
.AnyTagClassName
{
color: #DDDF76;
}
</style>
background-color css
<style>
a { background-color: #DDDF76; }
a { background-color: rgb(221,223,118); }
div.DivClassName
{
background-color: #DDDF76;
}
.BgClassName
{
background-color: #DDDF76;
}
</style>
border-color css
<style>
span { border-color: #DDDF76; }
span { border-color: rgb(221,223,118); }
td.TdClassName
{
border-color: #DDDF76;
}
.TagClassName
{
border-color: #DDDF76;
}
</style>