Shades of Wattle #DAD23B
Tints of Wattle #DAD23B
RGB
CMYK
RGB Variations
Color information
#DAD23B (or 0xDAD23B) is known color: Wattle. HEX triplet: DA, D2 and 3B. RGB value is (218,210,59). Sum of RGB (Red+Green+Blue) = 218+210+59=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 59 (23.44% from 255 or 12.11% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD23B is #252DC4. Grayscale: #C3C3C3. Windows color (decimal): -2436549 or 3920602. OLE color: 3920602.
HSL color Cylindrical-coordinate representation of color #DAD23B: hue angle of 56.98º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAD23B is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 59 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.15 |
| HSL | 56.98º | 0.68% | 0.54% | - |
| HSV(B) | 56.98º | 0.73% | 0.85% | - |
| XYZ | 52.75 | 61.31 | 13.19 | - |
| YUV | 195.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 59 | 0 | 0.04 | 0.73 | 0.15 | 56.98 | 0.68 | 0.54 |
| Hex | DA | D2 | 3B | 0 | 4 | 49 | F | 39 | 44 | 36 |
| Octal | 332 | 322 | 73 | 0 | 4 | 111 | 17 | 71 | 104 | 66 |
| Binary | 11011010 | 11010010 | 111011 | 0 | 100 | 1001001 | 1111 | 111001 | 1000100 | 110110 |
Color Harmonies of #DAD23B
Complementary color
Monochromatic Colors of #DAD23B
Black with #DAD23B
Text Example
Text Example
White with #DAD23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD23B; }
p { color: rgb(218,210,59); }
H1.HeaderClassName
{
color: #DAD23B;
}
.AnyTagClassName
{
color: #DAD23B;
}
</style>
background-color css
<style>
a { background-color: #DAD23B; }
a { background-color: rgb(218,210,59); }
div.DivClassName
{
background-color: #DAD23B;
}
.BgClassName
{
background-color: #DAD23B;
}
</style>
border-color css
<style>
span { border-color: #DAD23B; }
span { border-color: rgb(218,210,59); }
td.TdClassName
{
border-color: #DAD23B;
}
.TagClassName
{
border-color: #DAD23B;
}
</style>