Shades of Wattle #DCCF30
Tints of Wattle #DCCF30
RGB
CMYK
RGB Variations
Color information
#DCCF30 (or 0xDCCF30) is known color: Wattle. HEX triplet: DC, CF and 30. RGB value is (220,207,48). Sum of RGB (Red+Green+Blue) = 220+207+48=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 48 (19.14% from 255 or 10.11% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF30 is #2330CF. Grayscale: #C1C1C1. Windows color (decimal): -2306256 or 3198940. OLE color: 3198940.
HSL color Cylindrical-coordinate representation of color #DCCF30: hue angle of 55.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCCF30 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 48 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.14 |
| HSL | 55.47º | 0.71% | 0.53% | - |
| HSV(B) | 55.47º | 0.78% | 0.86% | - |
| XYZ | 52.36 | 60.05 | 11.63 | - |
| YUV | 192.76 | 46.31 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 48 | 0 | 0.06 | 0.78 | 0.14 | 55.47 | 0.71 | 0.53 |
| Hex | DC | CF | 30 | 0 | 6 | 4E | E | 37 | 47 | 35 |
| Octal | 334 | 317 | 60 | 0 | 6 | 116 | 16 | 67 | 107 | 65 |
| Binary | 11011100 | 11001111 | 110000 | 0 | 110 | 1001110 | 1110 | 110111 | 1000111 | 110101 |
Color Harmonies of #DCCF30
Complementary color
Monochromatic Colors of #DCCF30
Black with #DCCF30
Text Example
Text Example
White with #DCCF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF30; }
p { color: rgb(220,207,48); }
H1.HeaderClassName
{
color: #DCCF30;
}
.AnyTagClassName
{
color: #DCCF30;
}
</style>
background-color css
<style>
a { background-color: #DCCF30; }
a { background-color: rgb(220,207,48); }
div.DivClassName
{
background-color: #DCCF30;
}
.BgClassName
{
background-color: #DCCF30;
}
</style>
border-color css
<style>
span { border-color: #DCCF30; }
span { border-color: rgb(220,207,48); }
td.TdClassName
{
border-color: #DCCF30;
}
.TagClassName
{
border-color: #DCCF30;
}
</style>