Shades of Wattle #DCC33B
Tints of Wattle #DCC33B
RGB
CMYK
RGB Variations
Color information
#DCC33B (or 0xDCC33B) is known color: Wattle. HEX triplet: DC, C3 and 3B. RGB value is (220,195,59). Sum of RGB (Red+Green+Blue) = 220+195+59=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 59 (23.44% from 255 or 12.45% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC33B is #233CC4. Grayscale: #BBBBBB. Windows color (decimal): -2309317 or 3916764. OLE color: 3916764.
HSL color Cylindrical-coordinate representation of color #DCC33B: hue angle of 50.68º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCC33B is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 59 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.14 |
| HSL | 50.68º | 0.7% | 0.55% | - |
| HSV(B) | 50.68º | 0.73% | 0.86% | - |
| XYZ | 49.82 | 54.56 | 12.04 | - |
| YUV | 186.97 | 55.78 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 59 | 0 | 0.11 | 0.73 | 0.14 | 50.68 | 0.7 | 0.55 |
| Hex | DC | C3 | 3B | 0 | B | 49 | E | 33 | 46 | 37 |
| Octal | 334 | 303 | 73 | 0 | 13 | 111 | 16 | 63 | 106 | 67 |
| Binary | 11011100 | 11000011 | 111011 | 0 | 1011 | 1001001 | 1110 | 110011 | 1000110 | 110111 |
Color Harmonies of #DCC33B
Complementary color
Monochromatic Colors of #DCC33B
Black with #DCC33B
Text Example
Text Example
White with #DCC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC33B; }
p { color: rgb(220,195,59); }
H1.HeaderClassName
{
color: #DCC33B;
}
.AnyTagClassName
{
color: #DCC33B;
}
</style>
background-color css
<style>
a { background-color: #DCC33B; }
a { background-color: rgb(220,195,59); }
div.DivClassName
{
background-color: #DCC33B;
}
.BgClassName
{
background-color: #DCC33B;
}
</style>
border-color css
<style>
span { border-color: #DCC33B; }
span { border-color: rgb(220,195,59); }
td.TdClassName
{
border-color: #DCC33B;
}
.TagClassName
{
border-color: #DCC33B;
}
</style>