Shades of Wattle #DCC833
Tints of Wattle #DCC833
RGB
CMYK
RGB Variations
Color information
#DCC833 (or 0xDCC833) is known color: Wattle. HEX triplet: DC, C8 and 33. RGB value is (220,200,51). Sum of RGB (Red+Green+Blue) = 220+200+51=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 51 (20.31% from 255 or 10.83% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC833 is #2337CC. Grayscale: #BDBDBD. Windows color (decimal): -2308045 or 3393756. OLE color: 3393756.
HSL color Cylindrical-coordinate representation of color #DCC833: hue angle of 52.9º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCC833 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 51 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.14 |
| HSL | 52.9º | 0.71% | 0.53% | - |
| HSV(B) | 52.9º | 0.77% | 0.86% | - |
| XYZ | 50.77 | 56.76 | 11.41 | - |
| YUV | 188.99 | 50.13 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 51 | 0 | 0.09 | 0.77 | 0.14 | 52.9 | 0.71 | 0.53 |
| Hex | DC | C8 | 33 | 0 | 9 | 4D | E | 35 | 47 | 35 |
| Octal | 334 | 310 | 63 | 0 | 11 | 115 | 16 | 65 | 107 | 65 |
| Binary | 11011100 | 11001000 | 110011 | 0 | 1001 | 1001101 | 1110 | 110101 | 1000111 | 110101 |
Color Harmonies of #DCC833
Complementary color
Monochromatic Colors of #DCC833
Black with #DCC833
Text Example
Text Example
White with #DCC833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC833; }
p { color: rgb(220,200,51); }
H1.HeaderClassName
{
color: #DCC833;
}
.AnyTagClassName
{
color: #DCC833;
}
</style>
background-color css
<style>
a { background-color: #DCC833; }
a { background-color: rgb(220,200,51); }
div.DivClassName
{
background-color: #DCC833;
}
.BgClassName
{
background-color: #DCC833;
}
</style>
border-color css
<style>
span { border-color: #DCC833; }
span { border-color: rgb(220,200,51); }
td.TdClassName
{
border-color: #DCC833;
}
.TagClassName
{
border-color: #DCC833;
}
</style>