Shades of Wattle #DDCE30
Tints of Wattle #DDCE30
RGB
CMYK
RGB Variations
Color information
#DDCE30 (or 0xDDCE30) is known color: Wattle. HEX triplet: DD, CE and 30. RGB value is (221,206,48). Sum of RGB (Red+Green+Blue) = 221+206+48=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 48 (19.14% from 255 or 10.11% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE30 is #2231CF. Grayscale: #C1C1C1. Windows color (decimal): -2240976 or 3198685. OLE color: 3198685.
HSL color Cylindrical-coordinate representation of color #DDCE30: hue angle of 54.8º 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 #DDCE30 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 48 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.13 |
| HSL | 54.8º | 0.72% | 0.53% | - |
| HSV(B) | 54.8º | 0.78% | 0.87% | - |
| XYZ | 52.42 | 59.73 | 11.56 | - |
| YUV | 192.47 | 46.47 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 48 | 0 | 0.07 | 0.78 | 0.13 | 54.8 | 0.72 | 0.53 |
| Hex | DD | CE | 30 | 0 | 7 | 4E | D | 37 | 48 | 35 |
| Octal | 335 | 316 | 60 | 0 | 7 | 116 | 15 | 67 | 110 | 65 |
| Binary | 11011101 | 11001110 | 110000 | 0 | 111 | 1001110 | 1101 | 110111 | 1001000 | 110101 |
Color Harmonies of #DDCE30
Complementary color
Monochromatic Colors of #DDCE30
Black with #DDCE30
Text Example
Text Example
White with #DDCE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE30; }
p { color: rgb(221,206,48); }
H1.HeaderClassName
{
color: #DDCE30;
}
.AnyTagClassName
{
color: #DDCE30;
}
</style>
background-color css
<style>
a { background-color: #DDCE30; }
a { background-color: rgb(221,206,48); }
div.DivClassName
{
background-color: #DDCE30;
}
.BgClassName
{
background-color: #DDCE30;
}
</style>
border-color css
<style>
span { border-color: #DDCE30; }
span { border-color: rgb(221,206,48); }
td.TdClassName
{
border-color: #DDCE30;
}
.TagClassName
{
border-color: #DDCE30;
}
</style>