Shades of Wattle #DDC630
Tints of Wattle #DDC630
RGB
CMYK
RGB Variations
Color information
#DDC630 (or 0xDDC630) is known color: Wattle. HEX triplet: DD, C6 and 30. RGB value is (221,198,48). Sum of RGB (Red+Green+Blue) = 221+198+48=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC630 is #2239CF. Grayscale: #BCBCBC. Windows color (decimal): -2243024 or 3196637. OLE color: 3196637.
HSL color Cylindrical-coordinate representation of color #DDC630: hue angle of 52.02º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDC630 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 48 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.13 |
| HSL | 52.02º | 0.72% | 0.53% | - |
| HSV(B) | 52.02º | 0.78% | 0.87% | - |
| XYZ | 50.55 | 55.97 | 10.94 | - |
| YUV | 187.78 | 49.12 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 48 | 0 | 0.10 | 0.78 | 0.13 | 52.02 | 0.72 | 0.53 |
| Hex | DD | C6 | 30 | 0 | A | 4E | D | 34 | 48 | 35 |
| Octal | 335 | 306 | 60 | 0 | 12 | 116 | 15 | 64 | 110 | 65 |
| Binary | 11011101 | 11000110 | 110000 | 0 | 1010 | 1001110 | 1101 | 110100 | 1001000 | 110101 |
Color Harmonies of #DDC630
Complementary color
Monochromatic Colors of #DDC630
Black with #DDC630
Text Example
Text Example
White with #DDC630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC630; }
p { color: rgb(221,198,48); }
H1.HeaderClassName
{
color: #DDC630;
}
.AnyTagClassName
{
color: #DDC630;
}
</style>
background-color css
<style>
a { background-color: #DDC630; }
a { background-color: rgb(221,198,48); }
div.DivClassName
{
background-color: #DDC630;
}
.BgClassName
{
background-color: #DDC630;
}
</style>
border-color css
<style>
span { border-color: #DDC630; }
span { border-color: rgb(221,198,48); }
td.TdClassName
{
border-color: #DDC630;
}
.TagClassName
{
border-color: #DDC630;
}
</style>