Shades of Broom #DFD12A
Tints of Broom #DFD12A
RGB
CMYK
RGB Variations
Color information
#DFD12A (or 0xDFD12A) is known color: Broom. HEX triplet: DF, D1 and 2A. RGB value is (223,209,42). Sum of RGB (Red+Green+Blue) = 223+209+42=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 42 (16.80% from 255 or 8.86% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD12A is #202ED5. Grayscale: #C2C2C2. Windows color (decimal): -2109142 or 2806239. OLE color: 2806239.
HSL color Cylindrical-coordinate representation of color #DFD12A: hue angle of 55.36º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFD12A is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 42 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.13 |
| HSL | 55.36º | 0.74% | 0.52% | - |
| HSV(B) | 55.36º | 0.81% | 0.87% | - |
| XYZ | 53.65 | 61.46 | 11.23 | - |
| YUV | 194.15 | 42.14 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 42 | 0 | 0.06 | 0.81 | 0.13 | 55.36 | 0.74 | 0.52 |
| Hex | DF | D1 | 2A | 0 | 6 | 51 | D | 37 | 4A | 34 |
| Octal | 337 | 321 | 52 | 0 | 6 | 121 | 15 | 67 | 112 | 64 |
| Binary | 11011111 | 11010001 | 101010 | 0 | 110 | 1010001 | 1101 | 110111 | 1001010 | 110100 |
Color Harmonies of #DFD12A
Complementary color
Monochromatic Colors of #DFD12A
Black with #DFD12A
Text Example
Text Example
White with #DFD12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD12A; }
p { color: rgb(223,209,42); }
H1.HeaderClassName
{
color: #DFD12A;
}
.AnyTagClassName
{
color: #DFD12A;
}
</style>
background-color css
<style>
a { background-color: #DFD12A; }
a { background-color: rgb(223,209,42); }
div.DivClassName
{
background-color: #DFD12A;
}
.BgClassName
{
background-color: #DFD12A;
}
</style>
border-color css
<style>
span { border-color: #DFD12A; }
span { border-color: rgb(223,209,42); }
td.TdClassName
{
border-color: #DFD12A;
}
.TagClassName
{
border-color: #DFD12A;
}
</style>