Shades of Barberry #DED01C
Tints of Barberry #DED01C
RGB
CMYK
RGB Variations
Color information
#DED01C (or 0xDED01C) is known color: Barberry. HEX triplet: DE, D0 and 1C. RGB value is (222,208,28). Sum of RGB (Red+Green+Blue) = 222+208+28=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 28 (11.33% from 255 or 6.11% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DED01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED01C is #212FE3. Grayscale: #C0C0C0. Windows color (decimal): -2174948 or 1888478. OLE color: 1888478.
HSL color Cylindrical-coordinate representation of color #DED01C: hue angle of 55.67º degrees, saturation: 0.78, 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 #DED01C is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 28 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.13 |
| HSL | 55.67º | 0.78% | 0.49% | - |
| HSV(B) | 55.67º | 0.87% | 0.87% | - |
| XYZ | 52.89 | 60.73 | 10.03 | - |
| YUV | 191.67 | 35.64 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 28 | 0 | 0.06 | 0.87 | 0.13 | 55.67 | 0.78 | 0.49 |
| Hex | DE | D0 | 1C | 0 | 6 | 57 | D | 38 | 4E | 31 |
| Octal | 336 | 320 | 34 | 0 | 6 | 127 | 15 | 70 | 116 | 61 |
| Binary | 11011110 | 11010000 | 11100 | 0 | 110 | 1010111 | 1101 | 111000 | 1001110 | 110001 |
Color Harmonies of #DED01C
Complementary color
Monochromatic Colors of #DED01C
Black with #DED01C
Text Example
Text Example
White with #DED01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED01C; }
p { color: rgb(222,208,28); }
H1.HeaderClassName
{
color: #DED01C;
}
.AnyTagClassName
{
color: #DED01C;
}
</style>
background-color css
<style>
a { background-color: #DED01C; }
a { background-color: rgb(222,208,28); }
div.DivClassName
{
background-color: #DED01C;
}
.BgClassName
{
background-color: #DED01C;
}
</style>
border-color css
<style>
span { border-color: #DED01C; }
span { border-color: rgb(222,208,28); }
td.TdClassName
{
border-color: #DED01C;
}
.TagClassName
{
border-color: #DED01C;
}
</style>