Shades of Wattle #DCCD3B
Tints of Wattle #DCCD3B
RGB
CMYK
RGB Variations
Color information
#DCCD3B (or 0xDCCD3B) is known color: Wattle. HEX triplet: DC, CD and 3B. RGB value is (220,205,59). Sum of RGB (Red+Green+Blue) = 220+205+59=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 59 (23.44% from 255 or 12.19% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD3B is #2332C4. Grayscale: #C1C1C1. Windows color (decimal): -2306757 or 3919324. OLE color: 3919324.
HSL color Cylindrical-coordinate representation of color #DCCD3B: hue angle of 54.41º 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 #DCCD3B is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 59 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.14 |
| HSL | 54.41º | 0.7% | 0.55% | - |
| HSV(B) | 54.41º | 0.73% | 0.86% | - |
| XYZ | 52.14 | 59.19 | 12.82 | - |
| YUV | 192.84 | 52.47 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 59 | 0 | 0.07 | 0.73 | 0.14 | 54.41 | 0.7 | 0.55 |
| Hex | DC | CD | 3B | 0 | 7 | 49 | E | 36 | 46 | 37 |
| Octal | 334 | 315 | 73 | 0 | 7 | 111 | 16 | 66 | 106 | 67 |
| Binary | 11011100 | 11001101 | 111011 | 0 | 111 | 1001001 | 1110 | 110110 | 1000110 | 110111 |
Color Harmonies of #DCCD3B
Complementary color
Monochromatic Colors of #DCCD3B
Black with #DCCD3B
Text Example
Text Example
White with #DCCD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD3B; }
p { color: rgb(220,205,59); }
H1.HeaderClassName
{
color: #DCCD3B;
}
.AnyTagClassName
{
color: #DCCD3B;
}
</style>
background-color css
<style>
a { background-color: #DCCD3B; }
a { background-color: rgb(220,205,59); }
div.DivClassName
{
background-color: #DCCD3B;
}
.BgClassName
{
background-color: #DCCD3B;
}
</style>
border-color css
<style>
span { border-color: #DCCD3B; }
span { border-color: rgb(220,205,59); }
td.TdClassName
{
border-color: #DCCD3B;
}
.TagClassName
{
border-color: #DCCD3B;
}
</style>