Shades of Wattle #DDC43D
Tints of Wattle #DDC43D
RGB
CMYK
RGB Variations
Color information
#DDC43D (or 0xDDC43D) is known color: Wattle. HEX triplet: DD, C4 and 3D. RGB value is (221,196,61). Sum of RGB (Red+Green+Blue) = 221+196+61=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC43D is #223BC2. Grayscale: #BCBCBC. Windows color (decimal): -2243523 or 4048093. OLE color: 4048093.
HSL color Cylindrical-coordinate representation of color #DDC43D: hue angle of 50.62º 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 #DDC43D is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 61 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.13 |
| HSL | 50.63º | 0.7% | 0.55% | - |
| HSV(B) | 50.63º | 0.72% | 0.87% | - |
| XYZ | 50.4 | 55.19 | 12.41 | - |
| YUV | 188.09 | 56.28 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 61 | 0 | 0.11 | 0.72 | 0.13 | 50.63 | 0.7 | 0.55 |
| Hex | DD | C4 | 3D | 0 | B | 48 | D | 33 | 46 | 37 |
| Octal | 335 | 304 | 75 | 0 | 13 | 110 | 15 | 63 | 106 | 67 |
| Binary | 11011101 | 11000100 | 111101 | 0 | 1011 | 1001000 | 1101 | 110011 | 1000110 | 110111 |
Color Harmonies of #DDC43D
Complementary color
Monochromatic Colors of #DDC43D
Black with #DDC43D
Text Example
Text Example
White with #DDC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC43D; }
p { color: rgb(221,196,61); }
H1.HeaderClassName
{
color: #DDC43D;
}
.AnyTagClassName
{
color: #DDC43D;
}
</style>
background-color css
<style>
a { background-color: #DDC43D; }
a { background-color: rgb(221,196,61); }
div.DivClassName
{
background-color: #DDC43D;
}
.BgClassName
{
background-color: #DDC43D;
}
</style>
border-color css
<style>
span { border-color: #DDC43D; }
span { border-color: rgb(221,196,61); }
td.TdClassName
{
border-color: #DDC43D;
}
.TagClassName
{
border-color: #DDC43D;
}
</style>