Shades of Barberry #DDD02B
Tints of Barberry #DDD02B
RGB
CMYK
RGB Variations
Color information
#DDD02B (or 0xDDD02B) is known color: Barberry. HEX triplet: DD, D0 and 2B. RGB value is (221,208,43). Sum of RGB (Red+Green+Blue) = 221+208+43=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 43 (17.19% from 255 or 9.11% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD02B is #222FD4. Grayscale: #C1C1C1. Windows color (decimal): -2240469 or 2871517. OLE color: 2871517.
HSL color Cylindrical-coordinate representation of color #DDD02B: hue angle of 55.62º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDD02B is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 43 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.13 |
| HSL | 55.62º | 0.72% | 0.52% | - |
| HSV(B) | 55.62º | 0.81% | 0.87% | - |
| XYZ | 52.81 | 60.66 | 11.21 | - |
| YUV | 193.08 | 43.31 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 43 | 0 | 0.06 | 0.81 | 0.13 | 55.62 | 0.72 | 0.52 |
| Hex | DD | D0 | 2B | 0 | 6 | 51 | D | 38 | 48 | 34 |
| Octal | 335 | 320 | 53 | 0 | 6 | 121 | 15 | 70 | 110 | 64 |
| Binary | 11011101 | 11010000 | 101011 | 0 | 110 | 1010001 | 1101 | 111000 | 1001000 | 110100 |
Color Harmonies of #DDD02B
Complementary color
Monochromatic Colors of #DDD02B
Black with #DDD02B
Text Example
Text Example
White with #DDD02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD02B; }
p { color: rgb(221,208,43); }
H1.HeaderClassName
{
color: #DDD02B;
}
.AnyTagClassName
{
color: #DDD02B;
}
</style>
background-color css
<style>
a { background-color: #DDD02B; }
a { background-color: rgb(221,208,43); }
div.DivClassName
{
background-color: #DDD02B;
}
.BgClassName
{
background-color: #DDD02B;
}
</style>
border-color css
<style>
span { border-color: #DDD02B; }
span { border-color: rgb(221,208,43); }
td.TdClassName
{
border-color: #DDD02B;
}
.TagClassName
{
border-color: #DDD02B;
}
</style>