Shades of Broom #DFCC2D
Tints of Broom #DFCC2D
RGB
CMYK
RGB Variations
Color information
#DFCC2D (or 0xDFCC2D) is known color: Broom. HEX triplet: DF, CC and 2D. RGB value is (223,204,45). Sum of RGB (Red+Green+Blue) = 223+204+45=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC2D is #2033D2. Grayscale: #C0C0C0. Windows color (decimal): -2110419 or 3001567. OLE color: 3001567.
HSL color Cylindrical-coordinate representation of color #DFCC2D: hue angle of 53.6º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFCC2D is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 45 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.13 |
| HSL | 53.6º | 0.74% | 0.53% | - |
| HSV(B) | 53.6º | 0.8% | 0.87% | - |
| XYZ | 52.5 | 59.06 | 11.12 | - |
| YUV | 191.56 | 45.29 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 45 | 0 | 0.09 | 0.80 | 0.13 | 53.6 | 0.74 | 0.53 |
| Hex | DF | CC | 2D | 0 | 9 | 50 | D | 36 | 4A | 35 |
| Octal | 337 | 314 | 55 | 0 | 11 | 120 | 15 | 66 | 112 | 65 |
| Binary | 11011111 | 11001100 | 101101 | 0 | 1001 | 1010000 | 1101 | 110110 | 1001010 | 110101 |
Color Harmonies of #DFCC2D
Complementary color
Monochromatic Colors of #DFCC2D
Black with #DFCC2D
Text Example
Text Example
White with #DFCC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC2D; }
p { color: rgb(223,204,45); }
H1.HeaderClassName
{
color: #DFCC2D;
}
.AnyTagClassName
{
color: #DFCC2D;
}
</style>
background-color css
<style>
a { background-color: #DFCC2D; }
a { background-color: rgb(223,204,45); }
div.DivClassName
{
background-color: #DFCC2D;
}
.BgClassName
{
background-color: #DFCC2D;
}
</style>
border-color css
<style>
span { border-color: #DFCC2D; }
span { border-color: rgb(223,204,45); }
td.TdClassName
{
border-color: #DFCC2D;
}
.TagClassName
{
border-color: #DFCC2D;
}
</style>