Shades of Broom #DFCF2A
Tints of Broom #DFCF2A
RGB
CMYK
RGB Variations
Color information
#DFCF2A (or 0xDFCF2A) is known color: Broom. HEX triplet: DF, CF and 2A. RGB value is (223,207,42). Sum of RGB (Red+Green+Blue) = 223+207+42=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 42 (16.80% from 255 or 8.90% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCF2A is #2030D5. Grayscale: #C1C1C1. Windows color (decimal): -2109654 or 2805727. OLE color: 2805727.
HSL color Cylindrical-coordinate representation of color #DFCF2A: hue angle of 54.7º 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 #DFCF2A is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 42 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.13 |
| HSL | 54.7º | 0.74% | 0.52% | - |
| HSV(B) | 54.7º | 0.81% | 0.87% | - |
| XYZ | 53.16 | 60.48 | 11.06 | - |
| YUV | 192.97 | 42.8 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 42 | 0 | 0.07 | 0.81 | 0.13 | 54.7 | 0.74 | 0.52 |
| Hex | DF | CF | 2A | 0 | 7 | 51 | D | 37 | 4A | 34 |
| Octal | 337 | 317 | 52 | 0 | 7 | 121 | 15 | 67 | 112 | 64 |
| Binary | 11011111 | 11001111 | 101010 | 0 | 111 | 1010001 | 1101 | 110111 | 1001010 | 110100 |
Color Harmonies of #DFCF2A
Complementary color
Monochromatic Colors of #DFCF2A
Black with #DFCF2A
Text Example
Text Example
White with #DFCF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF2A; }
p { color: rgb(223,207,42); }
H1.HeaderClassName
{
color: #DFCF2A;
}
.AnyTagClassName
{
color: #DFCF2A;
}
</style>
background-color css
<style>
a { background-color: #DFCF2A; }
a { background-color: rgb(223,207,42); }
div.DivClassName
{
background-color: #DFCF2A;
}
.BgClassName
{
background-color: #DFCF2A;
}
</style>
border-color css
<style>
span { border-color: #DFCF2A; }
span { border-color: rgb(223,207,42); }
td.TdClassName
{
border-color: #DFCF2A;
}
.TagClassName
{
border-color: #DFCF2A;
}
</style>