Shades of Broom #DFCD2D
Tints of Broom #DFCD2D
RGB
CMYK
RGB Variations
Color information
#DFCD2D (or 0xDFCD2D) is known color: Broom. HEX triplet: DF, CD and 2D. RGB value is (223,205,45). Sum of RGB (Red+Green+Blue) = 223+205+45=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD2D is #2032D2. Grayscale: #C0C0C0. Windows color (decimal): -2110163 or 3001823. OLE color: 3001823.
HSL color Cylindrical-coordinate representation of color #DFCD2D: hue angle of 53.93º 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 #DFCD2D is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 45 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.13 |
| HSL | 53.93º | 0.74% | 0.53% | - |
| HSV(B) | 53.93º | 0.8% | 0.87% | - |
| XYZ | 52.74 | 59.54 | 11.2 | - |
| YUV | 192.14 | 44.96 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 45 | 0 | 0.08 | 0.80 | 0.13 | 53.93 | 0.74 | 0.53 |
| Hex | DF | CD | 2D | 0 | 8 | 50 | D | 36 | 4A | 35 |
| Octal | 337 | 315 | 55 | 0 | 10 | 120 | 15 | 66 | 112 | 65 |
| Binary | 11011111 | 11001101 | 101101 | 0 | 1000 | 1010000 | 1101 | 110110 | 1001010 | 110101 |
Color Harmonies of #DFCD2D
Complementary color
Monochromatic Colors of #DFCD2D
Black with #DFCD2D
Text Example
Text Example
White with #DFCD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD2D; }
p { color: rgb(223,205,45); }
H1.HeaderClassName
{
color: #DFCD2D;
}
.AnyTagClassName
{
color: #DFCD2D;
}
</style>
background-color css
<style>
a { background-color: #DFCD2D; }
a { background-color: rgb(223,205,45); }
div.DivClassName
{
background-color: #DFCD2D;
}
.BgClassName
{
background-color: #DFCD2D;
}
</style>
border-color css
<style>
span { border-color: #DFCD2D; }
span { border-color: rgb(223,205,45); }
td.TdClassName
{
border-color: #DFCD2D;
}
.TagClassName
{
border-color: #DFCD2D;
}
</style>