Shades of Barberry #DED51D
Tints of Barberry #DED51D
RGB
CMYK
RGB Variations
Color information
#DED51D (or 0xDED51D) is known color: Barberry. HEX triplet: DE, D5 and 1D. RGB value is (222,213,29). Sum of RGB (Red+Green+Blue) = 222+213+29=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 29 (11.72% from 255 or 6.25% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DED51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED51D is #212AE2. Grayscale: #C3C3C3. Windows color (decimal): -2173667 or 1955294. OLE color: 1955294.
HSL color Cylindrical-coordinate representation of color #DED51D: hue angle of 57.2º 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 #DED51D is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 29 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.13 |
| HSL | 57.2º | 0.77% | 0.49% | - |
| HSV(B) | 57.2º | 0.87% | 0.87% | - |
| XYZ | 54.14 | 63.21 | 10.51 | - |
| YUV | 194.72 | 34.48 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 29 | 0 | 0.04 | 0.87 | 0.13 | 57.2 | 0.77 | 0.49 |
| Hex | DE | D5 | 1D | 0 | 4 | 57 | D | 39 | 4D | 31 |
| Octal | 336 | 325 | 35 | 0 | 4 | 127 | 15 | 71 | 115 | 61 |
| Binary | 11011110 | 11010101 | 11101 | 0 | 100 | 1010111 | 1101 | 111001 | 1001101 | 110001 |
Color Harmonies of #DED51D
Complementary color
Monochromatic Colors of #DED51D
Black with #DED51D
Text Example
Text Example
White with #DED51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED51D; }
p { color: rgb(222,213,29); }
H1.HeaderClassName
{
color: #DED51D;
}
.AnyTagClassName
{
color: #DED51D;
}
</style>
background-color css
<style>
a { background-color: #DED51D; }
a { background-color: rgb(222,213,29); }
div.DivClassName
{
background-color: #DED51D;
}
.BgClassName
{
background-color: #DED51D;
}
</style>
border-color css
<style>
span { border-color: #DED51D; }
span { border-color: rgb(222,213,29); }
td.TdClassName
{
border-color: #DED51D;
}
.TagClassName
{
border-color: #DED51D;
}
</style>