Shades of Wattle #DCC13D
Tints of Wattle #DCC13D
RGB
CMYK
RGB Variations
Color information
#DCC13D (or 0xDCC13D) is known color: Wattle. HEX triplet: DC, C1 and 3D. RGB value is (220,193,61). Sum of RGB (Red+Green+Blue) = 220+193+61=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC13D is #233EC2. Grayscale: #BABABA. Windows color (decimal): -2309827 or 4047324. OLE color: 4047324.
HSL color Cylindrical-coordinate representation of color #DCC13D: hue angle of 49.81º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCC13D is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 61 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.14 |
| HSL | 49.81º | 0.69% | 0.55% | - |
| HSV(B) | 49.81º | 0.72% | 0.86% | - |
| XYZ | 49.43 | 53.69 | 12.17 | - |
| YUV | 186.03 | 57.45 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 61 | 0 | 0.12 | 0.72 | 0.14 | 49.81 | 0.69 | 0.55 |
| Hex | DC | C1 | 3D | 0 | C | 48 | E | 32 | 45 | 37 |
| Octal | 334 | 301 | 75 | 0 | 14 | 110 | 16 | 62 | 105 | 67 |
| Binary | 11011100 | 11000001 | 111101 | 0 | 1100 | 1001000 | 1110 | 110010 | 1000101 | 110111 |
Color Harmonies of #DCC13D
Complementary color
Monochromatic Colors of #DCC13D
Black with #DCC13D
Text Example
Text Example
White with #DCC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC13D; }
p { color: rgb(220,193,61); }
H1.HeaderClassName
{
color: #DCC13D;
}
.AnyTagClassName
{
color: #DCC13D;
}
</style>
background-color css
<style>
a { background-color: #DCC13D; }
a { background-color: rgb(220,193,61); }
div.DivClassName
{
background-color: #DCC13D;
}
.BgClassName
{
background-color: #DCC13D;
}
</style>
border-color css
<style>
span { border-color: #DCC13D; }
span { border-color: rgb(220,193,61); }
td.TdClassName
{
border-color: #DCC13D;
}
.TagClassName
{
border-color: #DCC13D;
}
</style>