Shades of Wattle #DCC933
Tints of Wattle #DCC933
RGB
CMYK
RGB Variations
Color information
#DCC933 (or 0xDCC933) is known color: Wattle. HEX triplet: DC, C9 and 33. RGB value is (220,201,51). Sum of RGB (Red+Green+Blue) = 220+201+51=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 51 (20.31% from 255 or 10.81% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC933 is #2336CC. Grayscale: #BEBEBE. Windows color (decimal): -2307789 or 3394012. OLE color: 3394012.
HSL color Cylindrical-coordinate representation of color #DCC933: hue angle of 53.25º 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 #DCC933 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 51 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.14 |
| HSL | 53.25º | 0.71% | 0.53% | - |
| HSV(B) | 53.25º | 0.77% | 0.86% | - |
| XYZ | 51 | 57.23 | 11.49 | - |
| YUV | 189.58 | 49.79 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 51 | 0 | 0.09 | 0.77 | 0.14 | 53.25 | 0.71 | 0.53 |
| Hex | DC | C9 | 33 | 0 | 9 | 4D | E | 35 | 47 | 35 |
| Octal | 334 | 311 | 63 | 0 | 11 | 115 | 16 | 65 | 107 | 65 |
| Binary | 11011100 | 11001001 | 110011 | 0 | 1001 | 1001101 | 1110 | 110101 | 1000111 | 110101 |
Color Harmonies of #DCC933
Complementary color
Monochromatic Colors of #DCC933
Black with #DCC933
Text Example
Text Example
White with #DCC933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC933; }
p { color: rgb(220,201,51); }
H1.HeaderClassName
{
color: #DCC933;
}
.AnyTagClassName
{
color: #DCC933;
}
</style>
background-color css
<style>
a { background-color: #DCC933; }
a { background-color: rgb(220,201,51); }
div.DivClassName
{
background-color: #DCC933;
}
.BgClassName
{
background-color: #DCC933;
}
</style>
border-color css
<style>
span { border-color: #DCC933; }
span { border-color: rgb(220,201,51); }
td.TdClassName
{
border-color: #DCC933;
}
.TagClassName
{
border-color: #DCC933;
}
</style>