Shades of Barberry #DDD81E
Tints of Barberry #DDD81E
RGB
CMYK
RGB Variations
Color information
#DDD81E (or 0xDDD81E) is known color: Barberry. HEX triplet: DD, D8 and 1E. RGB value is (221,216,30). Sum of RGB (Red+Green+Blue) = 221+216+30=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 30 (12.11% from 255 or 6.42% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD81E is #2227E1. Grayscale: #C5C5C5. Windows color (decimal): -2238434 or 2021597. OLE color: 2021597.
HSL color Cylindrical-coordinate representation of color #DDD81E: hue angle of 58.43º 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 #DDD81E is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 30 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.13 |
| HSL | 58.43º | 0.76% | 0.49% | - |
| HSV(B) | 58.43º | 0.86% | 0.87% | - |
| XYZ | 54.61 | 64.58 | 10.81 | - |
| YUV | 196.29 | 34.16 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 30 | 0 | 0.02 | 0.86 | 0.13 | 58.43 | 0.76 | 0.49 |
| Hex | DD | D8 | 1E | 0 | 2 | 56 | D | 3A | 4C | 31 |
| Octal | 335 | 330 | 36 | 0 | 2 | 126 | 15 | 72 | 114 | 61 |
| Binary | 11011101 | 11011000 | 11110 | 0 | 10 | 1010110 | 1101 | 111010 | 1001100 | 110001 |
Color Harmonies of #DDD81E
Complementary color
Monochromatic Colors of #DDD81E
Black with #DDD81E
Text Example
Text Example
White with #DDD81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD81E; }
p { color: rgb(221,216,30); }
H1.HeaderClassName
{
color: #DDD81E;
}
.AnyTagClassName
{
color: #DDD81E;
}
</style>
background-color css
<style>
a { background-color: #DDD81E; }
a { background-color: rgb(221,216,30); }
div.DivClassName
{
background-color: #DDD81E;
}
.BgClassName
{
background-color: #DDD81E;
}
</style>
border-color css
<style>
span { border-color: #DDD81E; }
span { border-color: rgb(221,216,30); }
td.TdClassName
{
border-color: #DDD81E;
}
.TagClassName
{
border-color: #DDD81E;
}
</style>