Shades of Barberry #DED61D
Tints of Barberry #DED61D
RGB
CMYK
RGB Variations
Color information
#DED61D (or 0xDED61D) is known color: Barberry. HEX triplet: DE, D6 and 1D. RGB value is (222,214,29). Sum of RGB (Red+Green+Blue) = 222+214+29=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 29 (11.72% from 255 or 6.24% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DED61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED61D is #2129E2. Grayscale: #C4C4C4. Windows color (decimal): -2173411 or 1955550. OLE color: 1955550.
HSL color Cylindrical-coordinate representation of color #DED61D: hue angle of 57.51º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DED61D is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 29 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.13 |
| HSL | 57.51º | 0.77% | 0.49% | - |
| HSV(B) | 57.51º | 0.87% | 0.87% | - |
| XYZ | 54.39 | 63.71 | 10.59 | - |
| YUV | 195.3 | 34.15 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 29 | 0 | 0.04 | 0.87 | 0.13 | 57.51 | 0.77 | 0.49 |
| Hex | DE | D6 | 1D | 0 | 4 | 57 | D | 3A | 4D | 31 |
| Octal | 336 | 326 | 35 | 0 | 4 | 127 | 15 | 72 | 115 | 61 |
| Binary | 11011110 | 11010110 | 11101 | 0 | 100 | 1010111 | 1101 | 111010 | 1001101 | 110001 |
Color Harmonies of #DED61D
Complementary color
Monochromatic Colors of #DED61D
Black with #DED61D
Text Example
Text Example
White with #DED61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED61D; }
p { color: rgb(222,214,29); }
H1.HeaderClassName
{
color: #DED61D;
}
.AnyTagClassName
{
color: #DED61D;
}
</style>
background-color css
<style>
a { background-color: #DED61D; }
a { background-color: rgb(222,214,29); }
div.DivClassName
{
background-color: #DED61D;
}
.BgClassName
{
background-color: #DED61D;
}
</style>
border-color css
<style>
span { border-color: #DED61D; }
span { border-color: rgb(222,214,29); }
td.TdClassName
{
border-color: #DED61D;
}
.TagClassName
{
border-color: #DED61D;
}
</style>