Shades of Goldenrod #DDDF71
Tints of Goldenrod #DDDF71
RGB
CMYK
RGB Variations
Color information
#DDDF71 (or 0xDDDF71) is known color: Goldenrod. HEX triplet: DD, DF and 71. RGB value is (221,223,113). Sum of RGB (Red+Green+Blue) = 221+223+113=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 113 (44.53% from 255 or 20.29% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF71 is #22208E. Grayscale: #D2D2D2. Windows color (decimal): -2236559 or 7462877. OLE color: 7462877.
HSL color Cylindrical-coordinate representation of color #DDDF71: hue angle of 61.09º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDDF71 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 113 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.13 |
| HSL | 61.09º | 0.63% | 0.66% | - |
| HSV(B) | 61.09º | 0.49% | 0.87% | - |
| XYZ | 59.19 | 69.34 | 25.89 | - |
| YUV | 209.86 | 73.34 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 113 | 0.01 | 0 | 0.49 | 0.13 | 61.09 | 0.63 | 0.66 |
| Hex | DD | DF | 71 | 1 | 0 | 31 | D | 3D | 3F | 42 |
| Octal | 335 | 337 | 161 | 1 | 0 | 61 | 15 | 75 | 77 | 102 |
| Binary | 11011101 | 11011111 | 1110001 | 1 | 0 | 110001 | 1101 | 111101 | 111111 | 1000010 |
Color Harmonies of #DDDF71
Complementary color
Monochromatic Colors of #DDDF71
Black with #DDDF71
Text Example
Text Example
White with #DDDF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF71; }
p { color: rgb(221,223,113); }
H1.HeaderClassName
{
color: #DDDF71;
}
.AnyTagClassName
{
color: #DDDF71;
}
</style>
background-color css
<style>
a { background-color: #DDDF71; }
a { background-color: rgb(221,223,113); }
div.DivClassName
{
background-color: #DDDF71;
}
.BgClassName
{
background-color: #DDDF71;
}
</style>
border-color css
<style>
span { border-color: #DDDF71; }
span { border-color: rgb(221,223,113); }
td.TdClassName
{
border-color: #DDDF71;
}
.TagClassName
{
border-color: #DDDF71;
}
</style>