Shades of Wattle #DDD03C
Tints of Wattle #DDD03C
RGB
CMYK
RGB Variations
Color information
#DDD03C (or 0xDDD03C) is known color: Wattle. HEX triplet: DD, D0 and 3C. RGB value is (221,208,60). Sum of RGB (Red+Green+Blue) = 221+208+60=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD03C is #222FC3. Grayscale: #C3C3C3. Windows color (decimal): -2240452 or 3985629. OLE color: 3985629.
HSL color Cylindrical-coordinate representation of color #DDD03C: hue angle of 55.16º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDD03C is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 60 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.13 |
| HSL | 55.16º | 0.7% | 0.55% | - |
| HSV(B) | 55.16º | 0.73% | 0.87% | - |
| XYZ | 53.19 | 60.81 | 13.21 | - |
| YUV | 195.02 | 51.81 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 60 | 0 | 0.06 | 0.73 | 0.13 | 55.16 | 0.7 | 0.55 |
| Hex | DD | D0 | 3C | 0 | 6 | 49 | D | 37 | 46 | 37 |
| Octal | 335 | 320 | 74 | 0 | 6 | 111 | 15 | 67 | 106 | 67 |
| Binary | 11011101 | 11010000 | 111100 | 0 | 110 | 1001001 | 1101 | 110111 | 1000110 | 110111 |
Color Harmonies of #DDD03C
Complementary color
Monochromatic Colors of #DDD03C
Black with #DDD03C
Text Example
Text Example
White with #DDD03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD03C; }
p { color: rgb(221,208,60); }
H1.HeaderClassName
{
color: #DDD03C;
}
.AnyTagClassName
{
color: #DDD03C;
}
</style>
background-color css
<style>
a { background-color: #DDD03C; }
a { background-color: rgb(221,208,60); }
div.DivClassName
{
background-color: #DDD03C;
}
.BgClassName
{
background-color: #DDD03C;
}
</style>
border-color css
<style>
span { border-color: #DDD03C; }
span { border-color: rgb(221,208,60); }
td.TdClassName
{
border-color: #DDD03C;
}
.TagClassName
{
border-color: #DDD03C;
}
</style>