Shades of Barberry #DDD01E
Tints of Barberry #DDD01E
RGB
CMYK
RGB Variations
Color information
#DDD01E (or 0xDDD01E) is known color: Barberry. HEX triplet: DD, D0 and 1E. RGB value is (221,208,30). Sum of RGB (Red+Green+Blue) = 221+208+30=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 30 (12.11% from 255 or 6.54% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD01E is #222FE1. Grayscale: #C0C0C0. Windows color (decimal): -2240482 or 2019549. OLE color: 2019549.
HSL color Cylindrical-coordinate representation of color #DDD01E: hue angle of 55.92º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDD01E is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 30 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.13 |
| HSL | 55.92º | 0.76% | 0.49% | - |
| HSV(B) | 55.92º | 0.86% | 0.87% | - |
| XYZ | 52.61 | 60.58 | 10.15 | - |
| YUV | 191.6 | 36.81 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 30 | 0 | 0.06 | 0.86 | 0.13 | 55.92 | 0.76 | 0.49 |
| Hex | DD | D0 | 1E | 0 | 6 | 56 | D | 38 | 4C | 31 |
| Octal | 335 | 320 | 36 | 0 | 6 | 126 | 15 | 70 | 114 | 61 |
| Binary | 11011101 | 11010000 | 11110 | 0 | 110 | 1010110 | 1101 | 111000 | 1001100 | 110001 |
Color Harmonies of #DDD01E
Complementary color
Monochromatic Colors of #DDD01E
Black with #DDD01E
Text Example
Text Example
White with #DDD01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD01E; }
p { color: rgb(221,208,30); }
H1.HeaderClassName
{
color: #DDD01E;
}
.AnyTagClassName
{
color: #DDD01E;
}
</style>
background-color css
<style>
a { background-color: #DDD01E; }
a { background-color: rgb(221,208,30); }
div.DivClassName
{
background-color: #DDD01E;
}
.BgClassName
{
background-color: #DDD01E;
}
</style>
border-color css
<style>
span { border-color: #DDD01E; }
span { border-color: rgb(221,208,30); }
td.TdClassName
{
border-color: #DDD01E;
}
.TagClassName
{
border-color: #DDD01E;
}
</style>