Shades of Wattle #DCCF3F
Tints of Wattle #DCCF3F
RGB
CMYK
RGB Variations
Color information
#DCCF3F (or 0xDCCF3F) is known color: Wattle. HEX triplet: DC, CF and 3F. RGB value is (220,207,63). Sum of RGB (Red+Green+Blue) = 220+207+63=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 63 (25% from 255 or 12.86% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF3F is #2330C0. Grayscale: #C3C3C3. Windows color (decimal): -2306241 or 4181980. OLE color: 4181980.
HSL color Cylindrical-coordinate representation of color #DCCF3F: hue angle of 55.03º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCCF3F is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 63 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.14 |
| HSL | 55.03º | 0.69% | 0.55% | - |
| HSV(B) | 55.03º | 0.71% | 0.86% | - |
| XYZ | 52.73 | 60.2 | 13.54 | - |
| YUV | 194.47 | 53.81 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 63 | 0 | 0.06 | 0.71 | 0.14 | 55.03 | 0.69 | 0.55 |
| Hex | DC | CF | 3F | 0 | 6 | 47 | E | 37 | 45 | 37 |
| Octal | 334 | 317 | 77 | 0 | 6 | 107 | 16 | 67 | 105 | 67 |
| Binary | 11011100 | 11001111 | 111111 | 0 | 110 | 1000111 | 1110 | 110111 | 1000101 | 110111 |
Color Harmonies of #DCCF3F
Complementary color
Monochromatic Colors of #DCCF3F
Black with #DCCF3F
Text Example
Text Example
White with #DCCF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF3F; }
p { color: rgb(220,207,63); }
H1.HeaderClassName
{
color: #DCCF3F;
}
.AnyTagClassName
{
color: #DCCF3F;
}
</style>
background-color css
<style>
a { background-color: #DCCF3F; }
a { background-color: rgb(220,207,63); }
div.DivClassName
{
background-color: #DCCF3F;
}
.BgClassName
{
background-color: #DCCF3F;
}
</style>
border-color css
<style>
span { border-color: #DCCF3F; }
span { border-color: rgb(220,207,63); }
td.TdClassName
{
border-color: #DCCF3F;
}
.TagClassName
{
border-color: #DCCF3F;
}
</style>