Shades of Wattle #DCCD3E
Tints of Wattle #DCCD3E
RGB
CMYK
RGB Variations
Color information
#DCCD3E (or 0xDCCD3E) is known color: Wattle. HEX triplet: DC, CD and 3E. RGB value is (220,205,62). Sum of RGB (Red+Green+Blue) = 220+205+62=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 62 (24.61% from 255 or 12.73% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD3E is #2332C1. Grayscale: #C1C1C1. Windows color (decimal): -2306754 or 4115932. OLE color: 4115932.
HSL color Cylindrical-coordinate representation of color #DCCD3E: hue angle of 54.3º 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 #DCCD3E is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 62 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.14 |
| HSL | 54.3º | 0.69% | 0.55% | - |
| HSV(B) | 54.3º | 0.72% | 0.86% | - |
| XYZ | 52.22 | 59.23 | 13.24 | - |
| YUV | 193.18 | 53.97 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 62 | 0 | 0.07 | 0.72 | 0.14 | 54.3 | 0.69 | 0.55 |
| Hex | DC | CD | 3E | 0 | 7 | 48 | E | 36 | 45 | 37 |
| Octal | 334 | 315 | 76 | 0 | 7 | 110 | 16 | 66 | 105 | 67 |
| Binary | 11011100 | 11001101 | 111110 | 0 | 111 | 1001000 | 1110 | 110110 | 1000101 | 110111 |
Color Harmonies of #DCCD3E
Complementary color
Monochromatic Colors of #DCCD3E
Black with #DCCD3E
Text Example
Text Example
White with #DCCD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD3E; }
p { color: rgb(220,205,62); }
H1.HeaderClassName
{
color: #DCCD3E;
}
.AnyTagClassName
{
color: #DCCD3E;
}
</style>
background-color css
<style>
a { background-color: #DCCD3E; }
a { background-color: rgb(220,205,62); }
div.DivClassName
{
background-color: #DCCD3E;
}
.BgClassName
{
background-color: #DCCD3E;
}
</style>
border-color css
<style>
span { border-color: #DCCD3E; }
span { border-color: rgb(220,205,62); }
td.TdClassName
{
border-color: #DCCD3E;
}
.TagClassName
{
border-color: #DCCD3E;
}
</style>