Shades of Wattle #DFCB37
Tints of Wattle #DFCB37
RGB
CMYK
RGB Variations
Color information
#DFCB37 (or 0xDFCB37) is known color: Wattle. HEX triplet: DF, CB and 37. RGB value is (223,203,55). Sum of RGB (Red+Green+Blue) = 223+203+55=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 55 (21.88% from 255 or 11.43% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCB37 is #2034C8. Grayscale: #C0C0C0. Windows color (decimal): -2110665 or 3656671. OLE color: 3656671.
HSL color Cylindrical-coordinate representation of color #DFCB37: hue angle of 52.86º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFCB37 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 55 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.13 |
| HSL | 52.86º | 0.72% | 0.55% | - |
| HSV(B) | 52.86º | 0.75% | 0.87% | - |
| XYZ | 52.48 | 58.68 | 12.17 | - |
| YUV | 192.11 | 50.63 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 55 | 0 | 0.09 | 0.75 | 0.13 | 52.86 | 0.72 | 0.55 |
| Hex | DF | CB | 37 | 0 | 9 | 4B | D | 35 | 48 | 37 |
| Octal | 337 | 313 | 67 | 0 | 11 | 113 | 15 | 65 | 110 | 67 |
| Binary | 11011111 | 11001011 | 110111 | 0 | 1001 | 1001011 | 1101 | 110101 | 1001000 | 110111 |
Color Harmonies of #DFCB37
Complementary color
Monochromatic Colors of #DFCB37
Black with #DFCB37
Text Example
Text Example
White with #DFCB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB37; }
p { color: rgb(223,203,55); }
H1.HeaderClassName
{
color: #DFCB37;
}
.AnyTagClassName
{
color: #DFCB37;
}
</style>
background-color css
<style>
a { background-color: #DFCB37; }
a { background-color: rgb(223,203,55); }
div.DivClassName
{
background-color: #DFCB37;
}
.BgClassName
{
background-color: #DFCB37;
}
</style>
border-color css
<style>
span { border-color: #DFCB37; }
span { border-color: rgb(223,203,55); }
td.TdClassName
{
border-color: #DFCB37;
}
.TagClassName
{
border-color: #DFCB37;
}
</style>