Shades of Wattle #DACB2D
Tints of Wattle #DACB2D
RGB
CMYK
RGB Variations
Color information
#DACB2D (or 0xDACB2D) is known color: Wattle. HEX triplet: DA, CB and 2D. RGB value is (218,203,45). Sum of RGB (Red+Green+Blue) = 218+203+45=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB2D is #2534D2. Grayscale: #BEBEBE. Windows color (decimal): -2438355 or 3001306. OLE color: 3001306.
HSL color Cylindrical-coordinate representation of color #DACB2D: hue angle of 54.8º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DACB2D is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 45 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.15 |
| HSL | 54.8º | 0.7% | 0.52% | - |
| HSV(B) | 54.8º | 0.79% | 0.85% | - |
| XYZ | 50.74 | 57.81 | 10.97 | - |
| YUV | 189.47 | 46.47 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 45 | 0 | 0.07 | 0.79 | 0.15 | 54.8 | 0.7 | 0.52 |
| Hex | DA | CB | 2D | 0 | 7 | 4F | F | 37 | 46 | 34 |
| Octal | 332 | 313 | 55 | 0 | 7 | 117 | 17 | 67 | 106 | 64 |
| Binary | 11011010 | 11001011 | 101101 | 0 | 111 | 1001111 | 1111 | 110111 | 1000110 | 110100 |
Color Harmonies of #DACB2D
Complementary color
Monochromatic Colors of #DACB2D
Black with #DACB2D
Text Example
Text Example
White with #DACB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB2D; }
p { color: rgb(218,203,45); }
H1.HeaderClassName
{
color: #DACB2D;
}
.AnyTagClassName
{
color: #DACB2D;
}
</style>
background-color css
<style>
a { background-color: #DACB2D; }
a { background-color: rgb(218,203,45); }
div.DivClassName
{
background-color: #DACB2D;
}
.BgClassName
{
background-color: #DACB2D;
}
</style>
border-color css
<style>
span { border-color: #DACB2D; }
span { border-color: rgb(218,203,45); }
td.TdClassName
{
border-color: #DACB2D;
}
.TagClassName
{
border-color: #DACB2D;
}
</style>