Shades of Barberry #DDD31E
Tints of Barberry #DDD31E
RGB
CMYK
RGB Variations
Color information
#DDD31E (or 0xDDD31E) is known color: Barberry. HEX triplet: DD, D3 and 1E. RGB value is (221,211,30). Sum of RGB (Red+Green+Blue) = 221+211+30=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 30 (12.11% from 255 or 6.49% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD31E is #222CE1. Grayscale: #C2C2C2. Windows color (decimal): -2239714 or 2020317. OLE color: 2020317.
HSL color Cylindrical-coordinate representation of color #DDD31E: hue angle of 56.86º 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 #DDD31E is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 30 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.13 |
| HSL | 56.86º | 0.76% | 0.49% | - |
| HSV(B) | 56.86º | 0.86% | 0.87% | - |
| XYZ | 53.35 | 62.05 | 10.39 | - |
| YUV | 193.36 | 35.81 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 30 | 0 | 0.05 | 0.86 | 0.13 | 56.86 | 0.76 | 0.49 |
| Hex | DD | D3 | 1E | 0 | 5 | 56 | D | 39 | 4C | 31 |
| Octal | 335 | 323 | 36 | 0 | 5 | 126 | 15 | 71 | 114 | 61 |
| Binary | 11011101 | 11010011 | 11110 | 0 | 101 | 1010110 | 1101 | 111001 | 1001100 | 110001 |
Color Harmonies of #DDD31E
Complementary color
Monochromatic Colors of #DDD31E
Black with #DDD31E
Text Example
Text Example
White with #DDD31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD31E; }
p { color: rgb(221,211,30); }
H1.HeaderClassName
{
color: #DDD31E;
}
.AnyTagClassName
{
color: #DDD31E;
}
</style>
background-color css
<style>
a { background-color: #DDD31E; }
a { background-color: rgb(221,211,30); }
div.DivClassName
{
background-color: #DDD31E;
}
.BgClassName
{
background-color: #DDD31E;
}
</style>
border-color css
<style>
span { border-color: #DDD31E; }
span { border-color: rgb(221,211,30); }
td.TdClassName
{
border-color: #DDD31E;
}
.TagClassName
{
border-color: #DDD31E;
}
</style>