Shades of Wattle #DBCD3E
Tints of Wattle #DBCD3E
RGB
CMYK
RGB Variations
Color information
#DBCD3E (or 0xDBCD3E) is known color: Wattle. HEX triplet: DB, CD and 3E. RGB value is (219,205,62). Sum of RGB (Red+Green+Blue) = 219+205+62=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 62 (24.61% from 255 or 12.76% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD3E is #2432C1. Grayscale: #C1C1C1. Windows color (decimal): -2372290 or 4115931. OLE color: 4115931.
HSL color Cylindrical-coordinate representation of color #DBCD3E: hue angle of 54.65º 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 #DBCD3E is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 62 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.14 |
| HSL | 54.65º | 0.69% | 0.55% | - |
| HSV(B) | 54.65º | 0.72% | 0.86% | - |
| XYZ | 51.91 | 59.07 | 13.22 | - |
| YUV | 192.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 62 | 0 | 0.06 | 0.72 | 0.14 | 54.65 | 0.69 | 0.55 |
| Hex | DB | CD | 3E | 0 | 6 | 48 | E | 37 | 45 | 37 |
| Octal | 333 | 315 | 76 | 0 | 6 | 110 | 16 | 67 | 105 | 67 |
| Binary | 11011011 | 11001101 | 111110 | 0 | 110 | 1001000 | 1110 | 110111 | 1000101 | 110111 |
Color Harmonies of #DBCD3E
Complementary color
Monochromatic Colors of #DBCD3E
Black with #DBCD3E
Text Example
Text Example
White with #DBCD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD3E; }
p { color: rgb(219,205,62); }
H1.HeaderClassName
{
color: #DBCD3E;
}
.AnyTagClassName
{
color: #DBCD3E;
}
</style>
background-color css
<style>
a { background-color: #DBCD3E; }
a { background-color: rgb(219,205,62); }
div.DivClassName
{
background-color: #DBCD3E;
}
.BgClassName
{
background-color: #DBCD3E;
}
</style>
border-color css
<style>
span { border-color: #DBCD3E; }
span { border-color: rgb(219,205,62); }
td.TdClassName
{
border-color: #DBCD3E;
}
.TagClassName
{
border-color: #DBCD3E;
}
</style>