Shades of Goldenrod #DDDF65
Tints of Goldenrod #DDDF65
RGB
CMYK
RGB Variations
Color information
#DDDF65 (or 0xDDDF65) is known color: Goldenrod. HEX triplet: DD, DF and 65. RGB value is (221,223,101). Sum of RGB (Red+Green+Blue) = 221+223+101=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF65 is #22209A. Grayscale: #D0D0D0. Windows color (decimal): -2236571 or 6676445. OLE color: 6676445.
HSL color Cylindrical-coordinate representation of color #DDDF65: hue angle of 60.98º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDDF65 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 101 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.13 |
| HSL | 60.98º | 0.66% | 0.64% | - |
| HSV(B) | 60.98º | 0.55% | 0.87% | - |
| XYZ | 58.56 | 69.09 | 22.56 | - |
| YUV | 208.49 | 67.34 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 101 | 0.01 | 0 | 0.55 | 0.13 | 60.98 | 0.66 | 0.64 |
| Hex | DD | DF | 65 | 1 | 0 | 37 | D | 3D | 42 | 40 |
| Octal | 335 | 337 | 145 | 1 | 0 | 67 | 15 | 75 | 102 | 100 |
| Binary | 11011101 | 11011111 | 1100101 | 1 | 0 | 110111 | 1101 | 111101 | 1000010 | 1000000 |
Color Harmonies of #DDDF65
Complementary color
Monochromatic Colors of #DDDF65
Black with #DDDF65
Text Example
Text Example
White with #DDDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF65; }
p { color: rgb(221,223,101); }
H1.HeaderClassName
{
color: #DDDF65;
}
.AnyTagClassName
{
color: #DDDF65;
}
</style>
background-color css
<style>
a { background-color: #DDDF65; }
a { background-color: rgb(221,223,101); }
div.DivClassName
{
background-color: #DDDF65;
}
.BgClassName
{
background-color: #DDDF65;
}
</style>
border-color css
<style>
span { border-color: #DDDF65; }
span { border-color: rgb(221,223,101); }
td.TdClassName
{
border-color: #DDDF65;
}
.TagClassName
{
border-color: #DDDF65;
}
</style>