Shades of Wattle #DCC830
Tints of Wattle #DCC830
RGB
CMYK
RGB Variations
Color information
#DCC830 (or 0xDCC830) is known color: Wattle. HEX triplet: DC, C8 and 30. RGB value is (220,200,48). Sum of RGB (Red+Green+Blue) = 220+200+48=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC830 is #2337CF. Grayscale: #BDBDBD. Windows color (decimal): -2308048 or 3197148. OLE color: 3197148.
HSL color Cylindrical-coordinate representation of color #DCC830: hue angle of 53.02º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCC830 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 48 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.14 |
| HSL | 53.02º | 0.71% | 0.53% | - |
| HSV(B) | 53.02º | 0.78% | 0.86% | - |
| XYZ | 50.7 | 56.74 | 11.08 | - |
| YUV | 188.65 | 48.63 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 48 | 0 | 0.09 | 0.78 | 0.14 | 53.02 | 0.71 | 0.53 |
| Hex | DC | C8 | 30 | 0 | 9 | 4E | E | 35 | 47 | 35 |
| Octal | 334 | 310 | 60 | 0 | 11 | 116 | 16 | 65 | 107 | 65 |
| Binary | 11011100 | 11001000 | 110000 | 0 | 1001 | 1001110 | 1110 | 110101 | 1000111 | 110101 |
Color Harmonies of #DCC830
Complementary color
Monochromatic Colors of #DCC830
Black with #DCC830
Text Example
Text Example
White with #DCC830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC830; }
p { color: rgb(220,200,48); }
H1.HeaderClassName
{
color: #DCC830;
}
.AnyTagClassName
{
color: #DCC830;
}
</style>
background-color css
<style>
a { background-color: #DCC830; }
a { background-color: rgb(220,200,48); }
div.DivClassName
{
background-color: #DCC830;
}
.BgClassName
{
background-color: #DCC830;
}
</style>
border-color css
<style>
span { border-color: #DCC830; }
span { border-color: rgb(220,200,48); }
td.TdClassName
{
border-color: #DCC830;
}
.TagClassName
{
border-color: #DCC830;
}
</style>