Shades of Wattle #DDD13D
Tints of Wattle #DDD13D
RGB
CMYK
RGB Variations
Color information
#DDD13D (or 0xDDD13D) is known color: Wattle. HEX triplet: DD, D1 and 3D. RGB value is (221,209,61). Sum of RGB (Red+Green+Blue) = 221+209+61=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 61 (24.22% from 255 or 12.42% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD13D is #222EC2. Grayscale: #C4C4C4. Windows color (decimal): -2240195 or 4051421. OLE color: 4051421.
HSL color Cylindrical-coordinate representation of color #DDD13D: hue angle of 55.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDD13D is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 61 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.13 |
| HSL | 55.5º | 0.7% | 0.55% | - |
| HSV(B) | 55.5º | 0.72% | 0.87% | - |
| XYZ | 53.46 | 61.31 | 13.43 | - |
| YUV | 195.72 | 51.98 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 61 | 0 | 0.05 | 0.72 | 0.13 | 55.5 | 0.7 | 0.55 |
| Hex | DD | D1 | 3D | 0 | 5 | 48 | D | 38 | 46 | 37 |
| Octal | 335 | 321 | 75 | 0 | 5 | 110 | 15 | 70 | 106 | 67 |
| Binary | 11011101 | 11010001 | 111101 | 0 | 101 | 1001000 | 1101 | 111000 | 1000110 | 110111 |
Color Harmonies of #DDD13D
Complementary color
Monochromatic Colors of #DDD13D
Black with #DDD13D
Text Example
Text Example
White with #DDD13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD13D; }
p { color: rgb(221,209,61); }
H1.HeaderClassName
{
color: #DDD13D;
}
.AnyTagClassName
{
color: #DDD13D;
}
</style>
background-color css
<style>
a { background-color: #DDD13D; }
a { background-color: rgb(221,209,61); }
div.DivClassName
{
background-color: #DDD13D;
}
.BgClassName
{
background-color: #DDD13D;
}
</style>
border-color css
<style>
span { border-color: #DDD13D; }
span { border-color: rgb(221,209,61); }
td.TdClassName
{
border-color: #DDD13D;
}
.TagClassName
{
border-color: #DDD13D;
}
</style>