Shades of Barberry #DDDF0B
Tints of Barberry #DDDF0B
RGB
CMYK
RGB Variations
Color information
#DDDF0B (or 0xDDDF0B) is known color: Barberry. HEX triplet: DD, DF and 0B. RGB value is (221,223,11). Sum of RGB (Red+Green+Blue) = 221+223+11=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 11 (4.69% from 255 or 2.42% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDF0B is #2220F4. Grayscale: #C7C7C7. Windows color (decimal): -2236661 or 778205. OLE color: 778205.
HSL color Cylindrical-coordinate representation of color #DDDF0B: hue angle of 60.57º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDDF0B is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 11 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.13 |
| HSL | 60.57º | 0.91% | 0.46% | - |
| HSV(B) | 60.57º | 0.95% | 0.87% | - |
| XYZ | 56.27 | 68.17 | 10.51 | - |
| YUV | 198.23 | 22.34 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 11 | 0.01 | 0 | 0.95 | 0.13 | 60.57 | 0.91 | 0.46 |
| Hex | DD | DF | B | 1 | 0 | 5F | D | 3D | 5B | 2E |
| Octal | 335 | 337 | 13 | 1 | 0 | 137 | 15 | 75 | 133 | 56 |
| Binary | 11011101 | 11011111 | 1011 | 1 | 0 | 1011111 | 1101 | 111101 | 1011011 | 101110 |
Color Harmonies of #DDDF0B
Complementary color
Monochromatic Colors of #DDDF0B
Black with #DDDF0B
Text Example
Text Example
White with #DDDF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF0B; }
p { color: rgb(221,223,11); }
H1.HeaderClassName
{
color: #DDDF0B;
}
.AnyTagClassName
{
color: #DDDF0B;
}
</style>
background-color css
<style>
a { background-color: #DDDF0B; }
a { background-color: rgb(221,223,11); }
div.DivClassName
{
background-color: #DDDF0B;
}
.BgClassName
{
background-color: #DDDF0B;
}
</style>
border-color css
<style>
span { border-color: #DDDF0B; }
span { border-color: rgb(221,223,11); }
td.TdClassName
{
border-color: #DDDF0B;
}
.TagClassName
{
border-color: #DDDF0B;
}
</style>