Shades of Broom #DFCC2C
Tints of Broom #DFCC2C
RGB
CMYK
RGB Variations
Color information
#DFCC2C (or 0xDFCC2C) is known color: Broom. HEX triplet: DF, CC and 2C. RGB value is (223,204,44). Sum of RGB (Red+Green+Blue) = 223+204+44=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC2C is #2033D3. Grayscale: #C0C0C0. Windows color (decimal): -2110420 or 2936031. OLE color: 2936031.
HSL color Cylindrical-coordinate representation of color #DFCC2C: hue angle of 53.63º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFCC2C is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 44 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.13 |
| HSL | 53.63º | 0.74% | 0.52% | - |
| HSV(B) | 53.63º | 0.8% | 0.87% | - |
| XYZ | 52.48 | 59.06 | 11.02 | - |
| YUV | 191.44 | 44.79 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 44 | 0 | 0.09 | 0.80 | 0.13 | 53.63 | 0.74 | 0.52 |
| Hex | DF | CC | 2C | 0 | 9 | 50 | D | 36 | 4A | 34 |
| Octal | 337 | 314 | 54 | 0 | 11 | 120 | 15 | 66 | 112 | 64 |
| Binary | 11011111 | 11001100 | 101100 | 0 | 1001 | 1010000 | 1101 | 110110 | 1001010 | 110100 |
Color Harmonies of #DFCC2C
Complementary color
Monochromatic Colors of #DFCC2C
Black with #DFCC2C
Text Example
Text Example
White with #DFCC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC2C; }
p { color: rgb(223,204,44); }
H1.HeaderClassName
{
color: #DFCC2C;
}
.AnyTagClassName
{
color: #DFCC2C;
}
</style>
background-color css
<style>
a { background-color: #DFCC2C; }
a { background-color: rgb(223,204,44); }
div.DivClassName
{
background-color: #DFCC2C;
}
.BgClassName
{
background-color: #DFCC2C;
}
</style>
border-color css
<style>
span { border-color: #DFCC2C; }
span { border-color: rgb(223,204,44); }
td.TdClassName
{
border-color: #DFCC2C;
}
.TagClassName
{
border-color: #DFCC2C;
}
</style>