Shades of Wattle #DBD23D
Tints of Wattle #DBD23D
RGB
CMYK
RGB Variations
Color information
#DBD23D (or 0xDBD23D) is known color: Wattle. HEX triplet: DB, D2 and 3D. RGB value is (219,210,61). Sum of RGB (Red+Green+Blue) = 219+210+61=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 61 (24.22% from 255 or 12.45% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD23D is #242DC2. Grayscale: #C4C4C4. Windows color (decimal): -2371011 or 4051675. OLE color: 4051675.
HSL color Cylindrical-coordinate representation of color #DBD23D: hue angle of 56.58º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBD23D is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 61 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.14 |
| HSL | 56.58º | 0.69% | 0.55% | - |
| HSV(B) | 56.58º | 0.72% | 0.86% | - |
| XYZ | 53.1 | 61.49 | 13.48 | - |
| YUV | 195.71 | 51.98 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 61 | 0 | 0.04 | 0.72 | 0.14 | 56.58 | 0.69 | 0.55 |
| Hex | DB | D2 | 3D | 0 | 4 | 48 | E | 39 | 45 | 37 |
| Octal | 333 | 322 | 75 | 0 | 4 | 110 | 16 | 71 | 105 | 67 |
| Binary | 11011011 | 11010010 | 111101 | 0 | 100 | 1001000 | 1110 | 111001 | 1000101 | 110111 |
Color Harmonies of #DBD23D
Complementary color
Monochromatic Colors of #DBD23D
Black with #DBD23D
Text Example
Text Example
White with #DBD23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD23D; }
p { color: rgb(219,210,61); }
H1.HeaderClassName
{
color: #DBD23D;
}
.AnyTagClassName
{
color: #DBD23D;
}
</style>
background-color css
<style>
a { background-color: #DBD23D; }
a { background-color: rgb(219,210,61); }
div.DivClassName
{
background-color: #DBD23D;
}
.BgClassName
{
background-color: #DBD23D;
}
</style>
border-color css
<style>
span { border-color: #DBD23D; }
span { border-color: rgb(219,210,61); }
td.TdClassName
{
border-color: #DBD23D;
}
.TagClassName
{
border-color: #DBD23D;
}
</style>