Shades of Wattle #DCCE3B
Tints of Wattle #DCCE3B
RGB
CMYK
RGB Variations
Color information
#DCCE3B (or 0xDCCE3B) is known color: Wattle. HEX triplet: DC, CE and 3B. RGB value is (220,206,59). Sum of RGB (Red+Green+Blue) = 220+206+59=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 59 (23.44% from 255 or 12.16% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE3B is #2331C4. Grayscale: #C2C2C2. Windows color (decimal): -2306501 or 3919580. OLE color: 3919580.
HSL color Cylindrical-coordinate representation of color #DCCE3B: hue angle of 54.78º 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 #DCCE3B is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 59 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.14 |
| HSL | 54.78º | 0.7% | 0.55% | - |
| HSV(B) | 54.78º | 0.73% | 0.86% | - |
| XYZ | 52.38 | 59.67 | 12.9 | - |
| YUV | 193.43 | 52.14 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 59 | 0 | 0.06 | 0.73 | 0.14 | 54.78 | 0.7 | 0.55 |
| Hex | DC | CE | 3B | 0 | 6 | 49 | E | 37 | 46 | 37 |
| Octal | 334 | 316 | 73 | 0 | 6 | 111 | 16 | 67 | 106 | 67 |
| Binary | 11011100 | 11001110 | 111011 | 0 | 110 | 1001001 | 1110 | 110111 | 1000110 | 110111 |
Color Harmonies of #DCCE3B
Complementary color
Monochromatic Colors of #DCCE3B
Black with #DCCE3B
Text Example
Text Example
White with #DCCE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE3B; }
p { color: rgb(220,206,59); }
H1.HeaderClassName
{
color: #DCCE3B;
}
.AnyTagClassName
{
color: #DCCE3B;
}
</style>
background-color css
<style>
a { background-color: #DCCE3B; }
a { background-color: rgb(220,206,59); }
div.DivClassName
{
background-color: #DCCE3B;
}
.BgClassName
{
background-color: #DCCE3B;
}
</style>
border-color css
<style>
span { border-color: #DCCE3B; }
span { border-color: rgb(220,206,59); }
td.TdClassName
{
border-color: #DCCE3B;
}
.TagClassName
{
border-color: #DCCE3B;
}
</style>