Shades of Wattle #DCCF31
Tints of Wattle #DCCF31
RGB
CMYK
RGB Variations
Color information
#DCCF31 (or 0xDCCF31) is known color: Wattle. HEX triplet: DC, CF and 31. RGB value is (220,207,49). Sum of RGB (Red+Green+Blue) = 220+207+49=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF31 is #2330CE. Grayscale: #C1C1C1. Windows color (decimal): -2306255 or 3264476. OLE color: 3264476.
HSL color Cylindrical-coordinate representation of color #DCCF31: hue angle of 55.44º 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 #DCCF31 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 49 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.14 |
| HSL | 55.44º | 0.71% | 0.53% | - |
| HSV(B) | 55.44º | 0.78% | 0.86% | - |
| XYZ | 52.38 | 60.06 | 11.74 | - |
| YUV | 192.88 | 46.81 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 49 | 0 | 0.06 | 0.78 | 0.14 | 55.44 | 0.71 | 0.53 |
| Hex | DC | CF | 31 | 0 | 6 | 4E | E | 37 | 47 | 35 |
| Octal | 334 | 317 | 61 | 0 | 6 | 116 | 16 | 67 | 107 | 65 |
| Binary | 11011100 | 11001111 | 110001 | 0 | 110 | 1001110 | 1110 | 110111 | 1000111 | 110101 |
Color Harmonies of #DCCF31
Complementary color
Monochromatic Colors of #DCCF31
Black with #DCCF31
Text Example
Text Example
White with #DCCF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF31; }
p { color: rgb(220,207,49); }
H1.HeaderClassName
{
color: #DCCF31;
}
.AnyTagClassName
{
color: #DCCF31;
}
</style>
background-color css
<style>
a { background-color: #DCCF31; }
a { background-color: rgb(220,207,49); }
div.DivClassName
{
background-color: #DCCF31;
}
.BgClassName
{
background-color: #DCCF31;
}
</style>
border-color css
<style>
span { border-color: #DCCF31; }
span { border-color: rgb(220,207,49); }
td.TdClassName
{
border-color: #DCCF31;
}
.TagClassName
{
border-color: #DCCF31;
}
</style>