Shades of Wattle #DFCF36
Tints of Wattle #DFCF36
RGB
CMYK
RGB Variations
Color information
#DFCF36 (or 0xDFCF36) is known color: Wattle. HEX triplet: DF, CF and 36. RGB value is (223,207,54). Sum of RGB (Red+Green+Blue) = 223+207+54=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 54 (21.48% from 255 or 11.16% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCF36 is #2030C9. Grayscale: #C2C2C2. Windows color (decimal): -2109642 or 3592159. OLE color: 3592159.
HSL color Cylindrical-coordinate representation of color #DFCF36: hue angle of 54.32º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFCF36 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 54 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.13 |
| HSL | 54.32º | 0.73% | 0.54% | - |
| HSV(B) | 54.32º | 0.76% | 0.87% | - |
| XYZ | 53.41 | 60.58 | 12.37 | - |
| YUV | 194.34 | 48.8 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 54 | 0 | 0.07 | 0.76 | 0.13 | 54.32 | 0.73 | 0.54 |
| Hex | DF | CF | 36 | 0 | 7 | 4C | D | 36 | 49 | 36 |
| Octal | 337 | 317 | 66 | 0 | 7 | 114 | 15 | 66 | 111 | 66 |
| Binary | 11011111 | 11001111 | 110110 | 0 | 111 | 1001100 | 1101 | 110110 | 1001001 | 110110 |
Color Harmonies of #DFCF36
Complementary color
Monochromatic Colors of #DFCF36
Black with #DFCF36
Text Example
Text Example
White with #DFCF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF36; }
p { color: rgb(223,207,54); }
H1.HeaderClassName
{
color: #DFCF36;
}
.AnyTagClassName
{
color: #DFCF36;
}
</style>
background-color css
<style>
a { background-color: #DFCF36; }
a { background-color: rgb(223,207,54); }
div.DivClassName
{
background-color: #DFCF36;
}
.BgClassName
{
background-color: #DFCF36;
}
</style>
border-color css
<style>
span { border-color: #DFCF36; }
span { border-color: rgb(223,207,54); }
td.TdClassName
{
border-color: #DFCF36;
}
.TagClassName
{
border-color: #DFCF36;
}
</style>