Shades of Wattle #DFD23B
Tints of Wattle #DFD23B
RGB
CMYK
RGB Variations
Color information
#DFD23B (or 0xDFD23B) is known color: Wattle. HEX triplet: DF, D2 and 3B. RGB value is (223,210,59). Sum of RGB (Red+Green+Blue) = 223+210+59=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 59 (23.44% from 255 or 11.99% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD23B is #202DC4. Grayscale: #C5C5C5. Windows color (decimal): -2108869 or 3920607. OLE color: 3920607.
HSL color Cylindrical-coordinate representation of color #DFD23B: hue angle of 55.24º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFD23B is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 59 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.13 |
| HSL | 55.24º | 0.72% | 0.55% | - |
| HSV(B) | 55.24º | 0.74% | 0.87% | - |
| XYZ | 54.27 | 62.1 | 13.26 | - |
| YUV | 196.67 | 50.31 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 59 | 0 | 0.06 | 0.74 | 0.13 | 55.24 | 0.72 | 0.55 |
| Hex | DF | D2 | 3B | 0 | 6 | 4A | D | 37 | 48 | 37 |
| Octal | 337 | 322 | 73 | 0 | 6 | 112 | 15 | 67 | 110 | 67 |
| Binary | 11011111 | 11010010 | 111011 | 0 | 110 | 1001010 | 1101 | 110111 | 1001000 | 110111 |
Color Harmonies of #DFD23B
Complementary color
Monochromatic Colors of #DFD23B
Black with #DFD23B
Text Example
Text Example
White with #DFD23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD23B; }
p { color: rgb(223,210,59); }
H1.HeaderClassName
{
color: #DFD23B;
}
.AnyTagClassName
{
color: #DFD23B;
}
</style>
background-color css
<style>
a { background-color: #DFD23B; }
a { background-color: rgb(223,210,59); }
div.DivClassName
{
background-color: #DFD23B;
}
.BgClassName
{
background-color: #DFD23B;
}
</style>
border-color css
<style>
span { border-color: #DFD23B; }
span { border-color: rgb(223,210,59); }
td.TdClassName
{
border-color: #DFD23B;
}
.TagClassName
{
border-color: #DFD23B;
}
</style>