Shades of Wattle #DDC03C
Tints of Wattle #DDC03C
RGB
CMYK
RGB Variations
Color information
#DDC03C (or 0xDDC03C) is known color: Wattle. HEX triplet: DD, C0 and 3C. RGB value is (221,192,60). Sum of RGB (Red+Green+Blue) = 221+192+60=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC03C is #223FC3. Grayscale: #BABABA. Windows color (decimal): -2244548 or 3981533. OLE color: 3981533.
HSL color Cylindrical-coordinate representation of color #DDC03C: hue angle of 49.19º 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 #DDC03C is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 60 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.13 |
| HSL | 49.19º | 0.7% | 0.55% | - |
| HSV(B) | 49.19º | 0.73% | 0.87% | - |
| XYZ | 49.48 | 53.4 | 11.97 | - |
| YUV | 185.62 | 57.11 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 60 | 0 | 0.13 | 0.73 | 0.13 | 49.19 | 0.7 | 0.55 |
| Hex | DD | C0 | 3C | 0 | D | 49 | D | 31 | 46 | 37 |
| Octal | 335 | 300 | 74 | 0 | 15 | 111 | 15 | 61 | 106 | 67 |
| Binary | 11011101 | 11000000 | 111100 | 0 | 1101 | 1001001 | 1101 | 110001 | 1000110 | 110111 |
Color Harmonies of #DDC03C
Complementary color
Monochromatic Colors of #DDC03C
Black with #DDC03C
Text Example
Text Example
White with #DDC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC03C; }
p { color: rgb(221,192,60); }
H1.HeaderClassName
{
color: #DDC03C;
}
.AnyTagClassName
{
color: #DDC03C;
}
</style>
background-color css
<style>
a { background-color: #DDC03C; }
a { background-color: rgb(221,192,60); }
div.DivClassName
{
background-color: #DDC03C;
}
.BgClassName
{
background-color: #DDC03C;
}
</style>
border-color css
<style>
span { border-color: #DDC03C; }
span { border-color: rgb(221,192,60); }
td.TdClassName
{
border-color: #DDC03C;
}
.TagClassName
{
border-color: #DDC03C;
}
</style>