Shades of Goldenrod #DDDF80
Tints of Goldenrod #DDDF80
RGB
CMYK
RGB Variations
Color information
#DDDF80 (or 0xDDDF80) is known color: Goldenrod. HEX triplet: DD, DF and 80. RGB value is (221,223,128). Sum of RGB (Red+Green+Blue) = 221+223+128=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF80 is #22207F. Grayscale: #D3D3D3. Windows color (decimal): -2236544 or 8445917. OLE color: 8445917.
HSL color Cylindrical-coordinate representation of color #DDDF80: hue angle of 61.26º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDDF80 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 128 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.13 |
| HSL | 61.26º | 0.6% | 0.69% | - |
| HSV(B) | 61.26º | 0.43% | 0.87% | - |
| XYZ | 60.1 | 69.71 | 30.71 | - |
| YUV | 211.57 | 80.84 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 128 | 0.01 | 0 | 0.43 | 0.13 | 61.26 | 0.6 | 0.69 |
| Hex | DD | DF | 80 | 1 | 0 | 2B | D | 3D | 3C | 45 |
| Octal | 335 | 337 | 200 | 1 | 0 | 53 | 15 | 75 | 74 | 105 |
| Binary | 11011101 | 11011111 | 10000000 | 1 | 0 | 101011 | 1101 | 111101 | 111100 | 1000101 |
Color Harmonies of #DDDF80
Complementary color
Monochromatic Colors of #DDDF80
Black with #DDDF80
Text Example
Text Example
White with #DDDF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF80; }
p { color: rgb(221,223,128); }
H1.HeaderClassName
{
color: #DDDF80;
}
.AnyTagClassName
{
color: #DDDF80;
}
</style>
background-color css
<style>
a { background-color: #DDDF80; }
a { background-color: rgb(221,223,128); }
div.DivClassName
{
background-color: #DDDF80;
}
.BgClassName
{
background-color: #DDDF80;
}
</style>
border-color css
<style>
span { border-color: #DDDF80; }
span { border-color: rgb(221,223,128); }
td.TdClassName
{
border-color: #DDDF80;
}
.TagClassName
{
border-color: #DDDF80;
}
</style>