Shades of Barberry #DDDD0D
Tints of Barberry #DDDD0D
RGB
CMYK
RGB Variations
Color information
#DDDD0D (or 0xDDDD0D) is known color: Barberry. HEX triplet: DD, DD and 0D. RGB value is (221,221,13). Sum of RGB (Red+Green+Blue) = 221+221+13=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 13 (5.47% from 255 or 2.86% from 455); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD0D is #2222F2. Grayscale: #C6C6C6. Windows color (decimal): -2237171 or 908765. OLE color: 908765.
HSL color Cylindrical-coordinate representation of color #DDDD0D: hue angle of 60º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDDD0D is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 13 | - |
| CMYK | 0 | 0 | 0.94 | 0.13 |
| HSL | 60º | 0.89% | 0.46% | - |
| HSV(B) | 60º | 0.94% | 0.87% | - |
| XYZ | 55.75 | 67.11 | 10.4 | - |
| YUV | 197.29 | 24 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 13 | 0 | 0 | 0.94 | 0.13 | 60 | 0.89 | 0.46 |
| Hex | DD | DD | D | 0 | 0 | 5E | D | 3C | 59 | 2E |
| Octal | 335 | 335 | 15 | 0 | 0 | 136 | 15 | 74 | 131 | 56 |
| Binary | 11011101 | 11011101 | 1101 | 0 | 0 | 1011110 | 1101 | 111100 | 1011001 | 101110 |
Color Harmonies of #DDDD0D
Complementary color
Monochromatic Colors of #DDDD0D
Black with #DDDD0D
Text Example
Text Example
White with #DDDD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD0D; }
p { color: rgb(221,221,13); }
H1.HeaderClassName
{
color: #DDDD0D;
}
.AnyTagClassName
{
color: #DDDD0D;
}
</style>
background-color css
<style>
a { background-color: #DDDD0D; }
a { background-color: rgb(221,221,13); }
div.DivClassName
{
background-color: #DDDD0D;
}
.BgClassName
{
background-color: #DDDD0D;
}
</style>
border-color css
<style>
span { border-color: #DDDD0D; }
span { border-color: rgb(221,221,13); }
td.TdClassName
{
border-color: #DDDD0D;
}
.TagClassName
{
border-color: #DDDD0D;
}
</style>