Shades of Broom #DECD2C
Tints of Broom #DECD2C
RGB
CMYK
RGB Variations
Color information
#DECD2C (or 0xDECD2C) is known color: Broom. HEX triplet: DE, CD and 2C. RGB value is (222,205,44). Sum of RGB (Red+Green+Blue) = 222+205+44=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD2C is #2132D3. Grayscale: #C0C0C0. Windows color (decimal): -2175700 or 2936286. OLE color: 2936286.
HSL color Cylindrical-coordinate representation of color #DECD2C: hue angle of 54.27º degrees, saturation: 0.73, 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 #DECD2C is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 44 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.13 |
| HSL | 54.27º | 0.73% | 0.52% | - |
| HSV(B) | 54.27º | 0.8% | 0.87% | - |
| XYZ | 52.41 | 59.37 | 11.08 | - |
| YUV | 191.73 | 44.63 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 44 | 0 | 0.08 | 0.80 | 0.13 | 54.27 | 0.73 | 0.52 |
| Hex | DE | CD | 2C | 0 | 8 | 50 | D | 36 | 49 | 34 |
| Octal | 336 | 315 | 54 | 0 | 10 | 120 | 15 | 66 | 111 | 64 |
| Binary | 11011110 | 11001101 | 101100 | 0 | 1000 | 1010000 | 1101 | 110110 | 1001001 | 110100 |
Color Harmonies of #DECD2C
Complementary color
Monochromatic Colors of #DECD2C
Black with #DECD2C
Text Example
Text Example
White with #DECD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD2C; }
p { color: rgb(222,205,44); }
H1.HeaderClassName
{
color: #DECD2C;
}
.AnyTagClassName
{
color: #DECD2C;
}
</style>
background-color css
<style>
a { background-color: #DECD2C; }
a { background-color: rgb(222,205,44); }
div.DivClassName
{
background-color: #DECD2C;
}
.BgClassName
{
background-color: #DECD2C;
}
</style>
border-color css
<style>
span { border-color: #DECD2C; }
span { border-color: rgb(222,205,44); }
td.TdClassName
{
border-color: #DECD2C;
}
.TagClassName
{
border-color: #DECD2C;
}
</style>