Shades of Wattle #DDC938
Tints of Wattle #DDC938
RGB
CMYK
RGB Variations
Color information
#DDC938 (or 0xDDC938) is known color: Wattle. HEX triplet: DD, C9 and 38. RGB value is (221,201,56). Sum of RGB (Red+Green+Blue) = 221+201+56=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 56 (22.27% from 255 or 11.72% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC938 is #2236C7. Grayscale: #BFBFBF. Windows color (decimal): -2242248 or 3721693. OLE color: 3721693.
HSL color Cylindrical-coordinate representation of color #DDC938: hue angle of 52.73º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDC938 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 56 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.13 |
| HSL | 52.73º | 0.71% | 0.54% | - |
| HSV(B) | 52.73º | 0.75% | 0.87% | - |
| XYZ | 51.42 | 57.43 | 12.12 | - |
| YUV | 190.45 | 52.13 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 56 | 0 | 0.09 | 0.75 | 0.13 | 52.73 | 0.71 | 0.54 |
| Hex | DD | C9 | 38 | 0 | 9 | 4B | D | 35 | 47 | 36 |
| Octal | 335 | 311 | 70 | 0 | 11 | 113 | 15 | 65 | 107 | 66 |
| Binary | 11011101 | 11001001 | 111000 | 0 | 1001 | 1001011 | 1101 | 110101 | 1000111 | 110110 |
Color Harmonies of #DDC938
Complementary color
Monochromatic Colors of #DDC938
Black with #DDC938
Text Example
Text Example
White with #DDC938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC938; }
p { color: rgb(221,201,56); }
H1.HeaderClassName
{
color: #DDC938;
}
.AnyTagClassName
{
color: #DDC938;
}
</style>
background-color css
<style>
a { background-color: #DDC938; }
a { background-color: rgb(221,201,56); }
div.DivClassName
{
background-color: #DDC938;
}
.BgClassName
{
background-color: #DDC938;
}
</style>
border-color css
<style>
span { border-color: #DDC938; }
span { border-color: rgb(221,201,56); }
td.TdClassName
{
border-color: #DDC938;
}
.TagClassName
{
border-color: #DDC938;
}
</style>