Shades of Wattle #DCC338
Tints of Wattle #DCC338
RGB
CMYK
RGB Variations
Color information
#DCC338 (or 0xDCC338) is known color: Wattle. HEX triplet: DC, C3 and 38. RGB value is (220,195,56). Sum of RGB (Red+Green+Blue) = 220+195+56=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC338 is #233CC7. Grayscale: #BBBBBB. Windows color (decimal): -2309320 or 3720156. OLE color: 3720156.
HSL color Cylindrical-coordinate representation of color #DCC338: hue angle of 50.85º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCC338 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 56 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.14 |
| HSL | 50.85º | 0.7% | 0.54% | - |
| HSV(B) | 50.85º | 0.75% | 0.86% | - |
| XYZ | 49.74 | 54.53 | 11.65 | - |
| YUV | 186.63 | 54.28 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 56 | 0 | 0.11 | 0.75 | 0.14 | 50.85 | 0.7 | 0.54 |
| Hex | DC | C3 | 38 | 0 | B | 4B | E | 33 | 46 | 36 |
| Octal | 334 | 303 | 70 | 0 | 13 | 113 | 16 | 63 | 106 | 66 |
| Binary | 11011100 | 11000011 | 111000 | 0 | 1011 | 1001011 | 1110 | 110011 | 1000110 | 110110 |
Color Harmonies of #DCC338
Complementary color
Monochromatic Colors of #DCC338
Black with #DCC338
Text Example
Text Example
White with #DCC338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC338; }
p { color: rgb(220,195,56); }
H1.HeaderClassName
{
color: #DCC338;
}
.AnyTagClassName
{
color: #DCC338;
}
</style>
background-color css
<style>
a { background-color: #DCC338; }
a { background-color: rgb(220,195,56); }
div.DivClassName
{
background-color: #DCC338;
}
.BgClassName
{
background-color: #DCC338;
}
</style>
border-color css
<style>
span { border-color: #DCC338; }
span { border-color: rgb(220,195,56); }
td.TdClassName
{
border-color: #DCC338;
}
.TagClassName
{
border-color: #DCC338;
}
</style>