Shades of Wattle #DDCC2D
Tints of Wattle #DDCC2D
RGB
CMYK
RGB Variations
Color information
#DDCC2D (or 0xDDCC2D) is known color: Wattle. HEX triplet: DD, CC and 2D. RGB value is (221,204,45). Sum of RGB (Red+Green+Blue) = 221+204+45=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC2D is #2233D2. Grayscale: #BFBFBF. Windows color (decimal): -2241491 or 3001565. OLE color: 3001565.
HSL color Cylindrical-coordinate representation of color #DDCC2D: hue angle of 54.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDCC2D is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 45 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.13 |
| HSL | 54.2º | 0.72% | 0.52% | - |
| HSV(B) | 54.2º | 0.8% | 0.87% | - |
| XYZ | 51.89 | 58.75 | 11.09 | - |
| YUV | 190.96 | 45.63 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 45 | 0 | 0.08 | 0.80 | 0.13 | 54.2 | 0.72 | 0.52 |
| Hex | DD | CC | 2D | 0 | 8 | 50 | D | 36 | 48 | 34 |
| Octal | 335 | 314 | 55 | 0 | 10 | 120 | 15 | 66 | 110 | 64 |
| Binary | 11011101 | 11001100 | 101101 | 0 | 1000 | 1010000 | 1101 | 110110 | 1001000 | 110100 |
Color Harmonies of #DDCC2D
Complementary color
Monochromatic Colors of #DDCC2D
Black with #DDCC2D
Text Example
Text Example
White with #DDCC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC2D; }
p { color: rgb(221,204,45); }
H1.HeaderClassName
{
color: #DDCC2D;
}
.AnyTagClassName
{
color: #DDCC2D;
}
</style>
background-color css
<style>
a { background-color: #DDCC2D; }
a { background-color: rgb(221,204,45); }
div.DivClassName
{
background-color: #DDCC2D;
}
.BgClassName
{
background-color: #DDCC2D;
}
</style>
border-color css
<style>
span { border-color: #DDCC2D; }
span { border-color: rgb(221,204,45); }
td.TdClassName
{
border-color: #DDCC2D;
}
.TagClassName
{
border-color: #DDCC2D;
}
</style>