Shades of Barberry #DDD80B
Tints of Barberry #DDD80B
RGB
CMYK
RGB Variations
Color information
#DDD80B (or 0xDDD80B) is known color: Barberry. HEX triplet: DD, D8 and 0B. RGB value is (221,216,11). Sum of RGB (Red+Green+Blue) = 221+216+11=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 11 (4.69% from 255 or 2.46% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD80B is #2227F4. Grayscale: #C2C2C2. Windows color (decimal): -2238453 or 776413. OLE color: 776413.
HSL color Cylindrical-coordinate representation of color #DDD80B: hue angle of 58.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDD80B is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 11 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.13 |
| HSL | 58.57º | 0.91% | 0.45% | - |
| HSV(B) | 58.57º | 0.95% | 0.87% | - |
| XYZ | 54.44 | 64.51 | 9.9 | - |
| YUV | 194.13 | 24.66 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 11 | 0 | 0.02 | 0.95 | 0.13 | 58.57 | 0.91 | 0.45 |
| Hex | DD | D8 | B | 0 | 2 | 5F | D | 3B | 5B | 2D |
| Octal | 335 | 330 | 13 | 0 | 2 | 137 | 15 | 73 | 133 | 55 |
| Binary | 11011101 | 11011000 | 1011 | 0 | 10 | 1011111 | 1101 | 111011 | 1011011 | 101101 |
Color Harmonies of #DDD80B
Complementary color
Monochromatic Colors of #DDD80B
Black with #DDD80B
Text Example
Text Example
White with #DDD80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD80B; }
p { color: rgb(221,216,11); }
H1.HeaderClassName
{
color: #DDD80B;
}
.AnyTagClassName
{
color: #DDD80B;
}
</style>
background-color css
<style>
a { background-color: #DDD80B; }
a { background-color: rgb(221,216,11); }
div.DivClassName
{
background-color: #DDD80B;
}
.BgClassName
{
background-color: #DDD80B;
}
</style>
border-color css
<style>
span { border-color: #DDD80B; }
span { border-color: rgb(221,216,11); }
td.TdClassName
{
border-color: #DDD80B;
}
.TagClassName
{
border-color: #DDD80B;
}
</style>