Shades of Wattle #DACB2F
Tints of Wattle #DACB2F
RGB
CMYK
RGB Variations
Color information
#DACB2F (or 0xDACB2F) is known color: Wattle. HEX triplet: DA, CB and 2F. RGB value is (218,203,47). Sum of RGB (Red+Green+Blue) = 218+203+47=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 47 (18.75% from 255 or 10.04% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB2F is #2534D0. Grayscale: #BEBEBE. Windows color (decimal): -2438353 or 3132378. OLE color: 3132378.
HSL color Cylindrical-coordinate representation of color #DACB2F: hue angle of 54.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DACB2F is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 47 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.15 |
| HSL | 54.74º | 0.7% | 0.52% | - |
| HSV(B) | 54.74º | 0.78% | 0.85% | - |
| XYZ | 50.78 | 57.82 | 11.17 | - |
| YUV | 189.7 | 47.47 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 47 | 0 | 0.07 | 0.78 | 0.15 | 54.74 | 0.7 | 0.52 |
| Hex | DA | CB | 2F | 0 | 7 | 4E | F | 37 | 46 | 34 |
| Octal | 332 | 313 | 57 | 0 | 7 | 116 | 17 | 67 | 106 | 64 |
| Binary | 11011010 | 11001011 | 101111 | 0 | 111 | 1001110 | 1111 | 110111 | 1000110 | 110100 |
Color Harmonies of #DACB2F
Complementary color
Monochromatic Colors of #DACB2F
Black with #DACB2F
Text Example
Text Example
White with #DACB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB2F; }
p { color: rgb(218,203,47); }
H1.HeaderClassName
{
color: #DACB2F;
}
.AnyTagClassName
{
color: #DACB2F;
}
</style>
background-color css
<style>
a { background-color: #DACB2F; }
a { background-color: rgb(218,203,47); }
div.DivClassName
{
background-color: #DACB2F;
}
.BgClassName
{
background-color: #DACB2F;
}
</style>
border-color css
<style>
span { border-color: #DACB2F; }
span { border-color: rgb(218,203,47); }
td.TdClassName
{
border-color: #DACB2F;
}
.TagClassName
{
border-color: #DACB2F;
}
</style>