Shades of Wattle #DFCF32
Tints of Wattle #DFCF32
RGB
CMYK
RGB Variations
Color information
#DFCF32 (or 0xDFCF32) is known color: Wattle. HEX triplet: DF, CF and 32. RGB value is (223,207,50). Sum of RGB (Red+Green+Blue) = 223+207+50=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCF32 is #2030CD. Grayscale: #C2C2C2. Windows color (decimal): -2109646 or 3330015. OLE color: 3330015.
HSL color Cylindrical-coordinate representation of color #DFCF32: hue angle of 54.45º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFCF32 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 50 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.13 |
| HSL | 54.45º | 0.73% | 0.54% | - |
| HSV(B) | 54.45º | 0.78% | 0.87% | - |
| XYZ | 53.32 | 60.54 | 11.89 | - |
| YUV | 193.89 | 46.8 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 50 | 0 | 0.07 | 0.78 | 0.13 | 54.45 | 0.73 | 0.54 |
| Hex | DF | CF | 32 | 0 | 7 | 4E | D | 36 | 49 | 36 |
| Octal | 337 | 317 | 62 | 0 | 7 | 116 | 15 | 66 | 111 | 66 |
| Binary | 11011111 | 11001111 | 110010 | 0 | 111 | 1001110 | 1101 | 110110 | 1001001 | 110110 |
Color Harmonies of #DFCF32
Complementary color
Monochromatic Colors of #DFCF32
Black with #DFCF32
Text Example
Text Example
White with #DFCF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF32; }
p { color: rgb(223,207,50); }
H1.HeaderClassName
{
color: #DFCF32;
}
.AnyTagClassName
{
color: #DFCF32;
}
</style>
background-color css
<style>
a { background-color: #DFCF32; }
a { background-color: rgb(223,207,50); }
div.DivClassName
{
background-color: #DFCF32;
}
.BgClassName
{
background-color: #DFCF32;
}
</style>
border-color css
<style>
span { border-color: #DFCF32; }
span { border-color: rgb(223,207,50); }
td.TdClassName
{
border-color: #DFCF32;
}
.TagClassName
{
border-color: #DFCF32;
}
</style>