Shades of Goldenrod #DDDB67
Tints of Goldenrod #DDDB67
RGB
CMYK
RGB Variations
Color information
#DDDB67 (or 0xDDDB67) is known color: Goldenrod. HEX triplet: DD, DB and 67. RGB value is (221,219,103). Sum of RGB (Red+Green+Blue) = 221+219+103=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 103 (40.62% from 255 or 18.97% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB67 is #222498. Grayscale: #CECECE. Windows color (decimal): -2237593 or 6806493. OLE color: 6806493.
HSL color Cylindrical-coordinate representation of color #DDDB67: hue angle of 58.98º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDDB67 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 103 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.13 |
| HSL | 58.98º | 0.63% | 0.64% | - |
| HSV(B) | 58.98º | 0.53% | 0.87% | - |
| XYZ | 57.6 | 67.01 | 22.73 | - |
| YUV | 206.37 | 69.66 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 103 | 0 | 0.01 | 0.53 | 0.13 | 58.98 | 0.63 | 0.64 |
| Hex | DD | DB | 67 | 0 | 1 | 35 | D | 3B | 3F | 40 |
| Octal | 335 | 333 | 147 | 0 | 1 | 65 | 15 | 73 | 77 | 100 |
| Binary | 11011101 | 11011011 | 1100111 | 0 | 1 | 110101 | 1101 | 111011 | 111111 | 1000000 |
Color Harmonies of #DDDB67
Complementary color
Monochromatic Colors of #DDDB67
Black with #DDDB67
Text Example
Text Example
White with #DDDB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB67; }
p { color: rgb(221,219,103); }
H1.HeaderClassName
{
color: #DDDB67;
}
.AnyTagClassName
{
color: #DDDB67;
}
</style>
background-color css
<style>
a { background-color: #DDDB67; }
a { background-color: rgb(221,219,103); }
div.DivClassName
{
background-color: #DDDB67;
}
.BgClassName
{
background-color: #DDDB67;
}
</style>
border-color css
<style>
span { border-color: #DDDB67; }
span { border-color: rgb(221,219,103); }
td.TdClassName
{
border-color: #DDDB67;
}
.TagClassName
{
border-color: #DDDB67;
}
</style>