Shades of Wattle #DBC338
Tints of Wattle #DBC338
RGB
CMYK
RGB Variations
Color information
#DBC338 (or 0xDBC338) is known color: Wattle. HEX triplet: DB, C3 and 38. RGB value is (219,195,56). Sum of RGB (Red+Green+Blue) = 219+195+56=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC338 is #243CC7. Grayscale: #BABABA. Windows color (decimal): -2374856 or 3720155. OLE color: 3720155.
HSL color Cylindrical-coordinate representation of color #DBC338: hue angle of 51.17º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBC338 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 56 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.14 |
| HSL | 51.17º | 0.69% | 0.54% | - |
| HSV(B) | 51.17º | 0.74% | 0.86% | - |
| XYZ | 49.44 | 54.38 | 11.63 | - |
| YUV | 186.33 | 54.45 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 56 | 0 | 0.11 | 0.74 | 0.14 | 51.17 | 0.69 | 0.54 |
| Hex | DB | C3 | 38 | 0 | B | 4A | E | 33 | 45 | 36 |
| Octal | 333 | 303 | 70 | 0 | 13 | 112 | 16 | 63 | 105 | 66 |
| Binary | 11011011 | 11000011 | 111000 | 0 | 1011 | 1001010 | 1110 | 110011 | 1000101 | 110110 |
Color Harmonies of #DBC338
Complementary color
Monochromatic Colors of #DBC338
Black with #DBC338
Text Example
Text Example
White with #DBC338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC338; }
p { color: rgb(219,195,56); }
H1.HeaderClassName
{
color: #DBC338;
}
.AnyTagClassName
{
color: #DBC338;
}
</style>
background-color css
<style>
a { background-color: #DBC338; }
a { background-color: rgb(219,195,56); }
div.DivClassName
{
background-color: #DBC338;
}
.BgClassName
{
background-color: #DBC338;
}
</style>
border-color css
<style>
span { border-color: #DBC338; }
span { border-color: rgb(219,195,56); }
td.TdClassName
{
border-color: #DBC338;
}
.TagClassName
{
border-color: #DBC338;
}
</style>