Shades of Wattle #D0C130
Tints of Wattle #D0C130
RGB
CMYK
RGB Variations
Color information
#D0C130 (or 0xD0C130) is known color: Wattle. HEX triplet: D0, C1 and 30. RGB value is (208,193,48). Sum of RGB (Red+Green+Blue) = 208+193+48=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C130 is #2F3ECF. Grayscale: #B5B5B5. Windows color (decimal): -3096272 or 3195344. OLE color: 3195344.
HSL color Cylindrical-coordinate representation of color #D0C130: hue angle of 54.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0C130 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 48 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.18 |
| HSL | 54.38º | 0.63% | 0.5% | - |
| HSV(B) | 54.38º | 0.77% | 0.82% | - |
| XYZ | 45.62 | 51.76 | 10.38 | - |
| YUV | 180.96 | 52.97 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 48 | 0 | 0.07 | 0.77 | 0.18 | 54.38 | 0.63 | 0.5 |
| Hex | D0 | C1 | 30 | 0 | 7 | 4D | 12 | 36 | 3F | 32 |
| Octal | 320 | 301 | 60 | 0 | 7 | 115 | 22 | 66 | 77 | 62 |
| Binary | 11010000 | 11000001 | 110000 | 0 | 111 | 1001101 | 10010 | 110110 | 111111 | 110010 |
Color Harmonies of #D0C130
Complementary color
Monochromatic Colors of #D0C130
Black with #D0C130
Text Example
Text Example
White with #D0C130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C130; }
p { color: rgb(208,193,48); }
H1.HeaderClassName
{
color: #D0C130;
}
.AnyTagClassName
{
color: #D0C130;
}
</style>
background-color css
<style>
a { background-color: #D0C130; }
a { background-color: rgb(208,193,48); }
div.DivClassName
{
background-color: #D0C130;
}
.BgClassName
{
background-color: #D0C130;
}
</style>
border-color css
<style>
span { border-color: #D0C130; }
span { border-color: rgb(208,193,48); }
td.TdClassName
{
border-color: #D0C130;
}
.TagClassName
{
border-color: #D0C130;
}
</style>