Shades of Broom #DFD02A
Tints of Broom #DFD02A
RGB
CMYK
RGB Variations
Color information
#DFD02A (or 0xDFD02A) is known color: Broom. HEX triplet: DF, D0 and 2A. RGB value is (223,208,42). Sum of RGB (Red+Green+Blue) = 223+208+42=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD02A is #202FD5. Grayscale: #C2C2C2. Windows color (decimal): -2109398 or 2805983. OLE color: 2805983.
HSL color Cylindrical-coordinate representation of color #DFD02A: hue angle of 55.03º 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 #DFD02A is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 42 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.13 |
| HSL | 55.03º | 0.74% | 0.52% | - |
| HSV(B) | 55.03º | 0.81% | 0.87% | - |
| XYZ | 53.41 | 60.97 | 11.14 | - |
| YUV | 193.56 | 42.47 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 42 | 0 | 0.07 | 0.81 | 0.13 | 55.03 | 0.74 | 0.52 |
| Hex | DF | D0 | 2A | 0 | 7 | 51 | D | 37 | 4A | 34 |
| Octal | 337 | 320 | 52 | 0 | 7 | 121 | 15 | 67 | 112 | 64 |
| Binary | 11011111 | 11010000 | 101010 | 0 | 111 | 1010001 | 1101 | 110111 | 1001010 | 110100 |
Color Harmonies of #DFD02A
Complementary color
Monochromatic Colors of #DFD02A
Black with #DFD02A
Text Example
Text Example
White with #DFD02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD02A; }
p { color: rgb(223,208,42); }
H1.HeaderClassName
{
color: #DFD02A;
}
.AnyTagClassName
{
color: #DFD02A;
}
</style>
background-color css
<style>
a { background-color: #DFD02A; }
a { background-color: rgb(223,208,42); }
div.DivClassName
{
background-color: #DFD02A;
}
.BgClassName
{
background-color: #DFD02A;
}
</style>
border-color css
<style>
span { border-color: #DFD02A; }
span { border-color: rgb(223,208,42); }
td.TdClassName
{
border-color: #DFD02A;
}
.TagClassName
{
border-color: #DFD02A;
}
</style>