Shades of Wattle #DFCB31
Tints of Wattle #DFCB31
RGB
CMYK
RGB Variations
Color information
#DFCB31 (or 0xDFCB31) is known color: Wattle. HEX triplet: DF, CB and 31. RGB value is (223,203,49). Sum of RGB (Red+Green+Blue) = 223+203+49=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 49 (19.53% from 255 or 10.32% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCB31 is #2034CE. Grayscale: #C0C0C0. Windows color (decimal): -2110671 or 3263455. OLE color: 3263455.
HSL color Cylindrical-coordinate representation of color #DFCB31: hue angle of 53.1º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFCB31 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 49 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.13 |
| HSL | 53.1º | 0.73% | 0.53% | - |
| HSV(B) | 53.1º | 0.78% | 0.87% | - |
| XYZ | 52.34 | 58.62 | 11.46 | - |
| YUV | 191.42 | 47.63 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 49 | 0 | 0.09 | 0.78 | 0.13 | 53.1 | 0.73 | 0.53 |
| Hex | DF | CB | 31 | 0 | 9 | 4E | D | 35 | 49 | 35 |
| Octal | 337 | 313 | 61 | 0 | 11 | 116 | 15 | 65 | 111 | 65 |
| Binary | 11011111 | 11001011 | 110001 | 0 | 1001 | 1001110 | 1101 | 110101 | 1001001 | 110101 |
Color Harmonies of #DFCB31
Complementary color
Monochromatic Colors of #DFCB31
Black with #DFCB31
Text Example
Text Example
White with #DFCB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB31; }
p { color: rgb(223,203,49); }
H1.HeaderClassName
{
color: #DFCB31;
}
.AnyTagClassName
{
color: #DFCB31;
}
</style>
background-color css
<style>
a { background-color: #DFCB31; }
a { background-color: rgb(223,203,49); }
div.DivClassName
{
background-color: #DFCB31;
}
.BgClassName
{
background-color: #DFCB31;
}
</style>
border-color css
<style>
span { border-color: #DFCB31; }
span { border-color: rgb(223,203,49); }
td.TdClassName
{
border-color: #DFCB31;
}
.TagClassName
{
border-color: #DFCB31;
}
</style>