Shades of Broom #DFD225
Tints of Broom #DFD225
RGB
CMYK
RGB Variations
Color information
#DFD225 (or 0xDFD225) is known color: Broom. HEX triplet: DF, D2 and 25. RGB value is (223,210,37). Sum of RGB (Red+Green+Blue) = 223+210+37=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 37 (14.84% from 255 or 7.87% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD225 is #202DDA. Grayscale: #C2C2C2. Windows color (decimal): -2108891 or 2478815. OLE color: 2478815.
HSL color Cylindrical-coordinate representation of color #DFD225: hue angle of 55.81º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFD225 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 37 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.13 |
| HSL | 55.81º | 0.74% | 0.51% | - |
| HSV(B) | 55.81º | 0.83% | 0.87% | - |
| XYZ | 53.81 | 61.91 | 10.86 | - |
| YUV | 194.17 | 39.31 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 37 | 0 | 0.06 | 0.83 | 0.13 | 55.81 | 0.74 | 0.51 |
| Hex | DF | D2 | 25 | 0 | 6 | 53 | D | 38 | 4A | 33 |
| Octal | 337 | 322 | 45 | 0 | 6 | 123 | 15 | 70 | 112 | 63 |
| Binary | 11011111 | 11010010 | 100101 | 0 | 110 | 1010011 | 1101 | 111000 | 1001010 | 110011 |
Color Harmonies of #DFD225
Complementary color
Monochromatic Colors of #DFD225
Black with #DFD225
Text Example
Text Example
White with #DFD225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD225; }
p { color: rgb(223,210,37); }
H1.HeaderClassName
{
color: #DFD225;
}
.AnyTagClassName
{
color: #DFD225;
}
</style>
background-color css
<style>
a { background-color: #DFD225; }
a { background-color: rgb(223,210,37); }
div.DivClassName
{
background-color: #DFD225;
}
.BgClassName
{
background-color: #DFD225;
}
</style>
border-color css
<style>
span { border-color: #DFD225; }
span { border-color: rgb(223,210,37); }
td.TdClassName
{
border-color: #DFD225;
}
.TagClassName
{
border-color: #DFD225;
}
</style>