Shades of Wattle #DBD23C
Tints of Wattle #DBD23C
RGB
CMYK
RGB Variations
Color information
#DBD23C (or 0xDBD23C) is known color: Wattle. HEX triplet: DB, D2 and 3C. RGB value is (219,210,60). Sum of RGB (Red+Green+Blue) = 219+210+60=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD23C is #242DC3. Grayscale: #C4C4C4. Windows color (decimal): -2371012 or 3986139. OLE color: 3986139.
HSL color Cylindrical-coordinate representation of color #DBD23C: hue angle of 56.6º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBD23C is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 60 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.14 |
| HSL | 56.6º | 0.69% | 0.55% | - |
| HSV(B) | 56.6º | 0.73% | 0.86% | - |
| XYZ | 53.08 | 61.48 | 13.34 | - |
| YUV | 195.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 60 | 0 | 0.04 | 0.73 | 0.14 | 56.6 | 0.69 | 0.55 |
| Hex | DB | D2 | 3C | 0 | 4 | 49 | E | 39 | 45 | 37 |
| Octal | 333 | 322 | 74 | 0 | 4 | 111 | 16 | 71 | 105 | 67 |
| Binary | 11011011 | 11010010 | 111100 | 0 | 100 | 1001001 | 1110 | 111001 | 1000101 | 110111 |
Color Harmonies of #DBD23C
Complementary color
Monochromatic Colors of #DBD23C
Black with #DBD23C
Text Example
Text Example
White with #DBD23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD23C; }
p { color: rgb(219,210,60); }
H1.HeaderClassName
{
color: #DBD23C;
}
.AnyTagClassName
{
color: #DBD23C;
}
</style>
background-color css
<style>
a { background-color: #DBD23C; }
a { background-color: rgb(219,210,60); }
div.DivClassName
{
background-color: #DBD23C;
}
.BgClassName
{
background-color: #DBD23C;
}
</style>
border-color css
<style>
span { border-color: #DBD23C; }
span { border-color: rgb(219,210,60); }
td.TdClassName
{
border-color: #DBD23C;
}
.TagClassName
{
border-color: #DBD23C;
}
</style>