Shades of Barberry #DDD81B
Tints of Barberry #DDD81B
RGB
CMYK
RGB Variations
Color information
#DDD81B (or 0xDDD81B) is known color: Barberry. HEX triplet: DD, D8 and 1B. RGB value is (221,216,27). Sum of RGB (Red+Green+Blue) = 221+216+27=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 27 (10.94% from 255 or 5.82% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD81B is #2227E4. Grayscale: #C4C4C4. Windows color (decimal): -2238437 or 1824989. OLE color: 1824989.
HSL color Cylindrical-coordinate representation of color #DDD81B: hue angle of 58.45º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDD81B is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 27 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.13 |
| HSL | 58.45º | 0.78% | 0.49% | - |
| HSV(B) | 58.45º | 0.88% | 0.87% | - |
| XYZ | 54.57 | 64.56 | 10.62 | - |
| YUV | 195.95 | 32.66 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 27 | 0 | 0.02 | 0.88 | 0.13 | 58.45 | 0.78 | 0.49 |
| Hex | DD | D8 | 1B | 0 | 2 | 58 | D | 3A | 4E | 31 |
| Octal | 335 | 330 | 33 | 0 | 2 | 130 | 15 | 72 | 116 | 61 |
| Binary | 11011101 | 11011000 | 11011 | 0 | 10 | 1011000 | 1101 | 111010 | 1001110 | 110001 |
Color Harmonies of #DDD81B
Complementary color
Monochromatic Colors of #DDD81B
Black with #DDD81B
Text Example
Text Example
White with #DDD81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD81B; }
p { color: rgb(221,216,27); }
H1.HeaderClassName
{
color: #DDD81B;
}
.AnyTagClassName
{
color: #DDD81B;
}
</style>
background-color css
<style>
a { background-color: #DDD81B; }
a { background-color: rgb(221,216,27); }
div.DivClassName
{
background-color: #DDD81B;
}
.BgClassName
{
background-color: #DDD81B;
}
</style>
border-color css
<style>
span { border-color: #DDD81B; }
span { border-color: rgb(221,216,27); }
td.TdClassName
{
border-color: #DDD81B;
}
.TagClassName
{
border-color: #DDD81B;
}
</style>