Shades of Barberry #DDD01B
Tints of Barberry #DDD01B
RGB
CMYK
RGB Variations
Color information
#DDD01B (or 0xDDD01B) is known color: Barberry. HEX triplet: DD, D0 and 1B. RGB value is (221,208,27). Sum of RGB (Red+Green+Blue) = 221+208+27=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 27 (10.94% from 255 or 5.92% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD01B is #222FE4. Grayscale: #BFBFBF. Windows color (decimal): -2240485 or 1822941. OLE color: 1822941.
HSL color Cylindrical-coordinate representation of color #DDD01B: hue angle of 55.98º 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 #DDD01B is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 27 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.13 |
| HSL | 55.98º | 0.78% | 0.49% | - |
| HSV(B) | 55.98º | 0.88% | 0.87% | - |
| XYZ | 52.57 | 60.56 | 9.96 | - |
| YUV | 191.25 | 35.31 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 27 | 0 | 0.06 | 0.88 | 0.13 | 55.98 | 0.78 | 0.49 |
| Hex | DD | D0 | 1B | 0 | 6 | 58 | D | 38 | 4E | 31 |
| Octal | 335 | 320 | 33 | 0 | 6 | 130 | 15 | 70 | 116 | 61 |
| Binary | 11011101 | 11010000 | 11011 | 0 | 110 | 1011000 | 1101 | 111000 | 1001110 | 110001 |
Color Harmonies of #DDD01B
Complementary color
Monochromatic Colors of #DDD01B
Black with #DDD01B
Text Example
Text Example
White with #DDD01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD01B; }
p { color: rgb(221,208,27); }
H1.HeaderClassName
{
color: #DDD01B;
}
.AnyTagClassName
{
color: #DDD01B;
}
</style>
background-color css
<style>
a { background-color: #DDD01B; }
a { background-color: rgb(221,208,27); }
div.DivClassName
{
background-color: #DDD01B;
}
.BgClassName
{
background-color: #DDD01B;
}
</style>
border-color css
<style>
span { border-color: #DDD01B; }
span { border-color: rgb(221,208,27); }
td.TdClassName
{
border-color: #DDD01B;
}
.TagClassName
{
border-color: #DDD01B;
}
</style>