Shades of Wattle #D0C143
Tints of Wattle #D0C143
RGB
CMYK
RGB Variations
Color information
#D0C143 (or 0xD0C143) is known color: Wattle. HEX triplet: D0, C1 and 43. RGB value is (208,193,67). Sum of RGB (Red+Green+Blue) = 208+193+67=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 67 (26.56% from 255 or 14.32% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C143 is #2F3EBC. Grayscale: #B7B7B7. Windows color (decimal): -3096253 or 4440528. OLE color: 4440528.
HSL color Cylindrical-coordinate representation of color #D0C143: hue angle of 53.62º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0C143 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 67 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.18 |
| HSL | 53.62º | 0.6% | 0.54% | - |
| HSV(B) | 53.62º | 0.68% | 0.82% | - |
| XYZ | 46.1 | 51.96 | 12.91 | - |
| YUV | 183.12 | 62.47 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 67 | 0 | 0.07 | 0.68 | 0.18 | 53.62 | 0.6 | 0.54 |
| Hex | D0 | C1 | 43 | 0 | 7 | 44 | 12 | 36 | 3C | 36 |
| Octal | 320 | 301 | 103 | 0 | 7 | 104 | 22 | 66 | 74 | 66 |
| Binary | 11010000 | 11000001 | 1000011 | 0 | 111 | 1000100 | 10010 | 110110 | 111100 | 110110 |
Color Harmonies of #D0C143
Complementary color
Monochromatic Colors of #D0C143
Black with #D0C143
Text Example
Text Example
White with #D0C143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C143; }
p { color: rgb(208,193,67); }
H1.HeaderClassName
{
color: #D0C143;
}
.AnyTagClassName
{
color: #D0C143;
}
</style>
background-color css
<style>
a { background-color: #D0C143; }
a { background-color: rgb(208,193,67); }
div.DivClassName
{
background-color: #D0C143;
}
.BgClassName
{
background-color: #D0C143;
}
</style>
border-color css
<style>
span { border-color: #D0C143; }
span { border-color: rgb(208,193,67); }
td.TdClassName
{
border-color: #D0C143;
}
.TagClassName
{
border-color: #D0C143;
}
</style>