Shades of Barberry #DDD90C
Tints of Barberry #DDD90C
RGB
CMYK
RGB Variations
Color information
#DDD90C (or 0xDDD90C) is known color: Barberry. HEX triplet: DD, D9 and 0C. RGB value is (221,217,12). Sum of RGB (Red+Green+Blue) = 221+217+12=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD90C is #2226F3. Grayscale: #C3C3C3. Windows color (decimal): -2238196 or 842205. OLE color: 842205.
HSL color Cylindrical-coordinate representation of color #DDD90C: hue angle of 58.85º degrees, saturation: 0.9, 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 #DDD90C is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 12 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.13 |
| HSL | 58.85º | 0.9% | 0.46% | - |
| HSV(B) | 58.85º | 0.95% | 0.87% | - |
| XYZ | 54.7 | 65.02 | 10.02 | - |
| YUV | 194.83 | 24.83 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 12 | 0 | 0.02 | 0.95 | 0.13 | 58.85 | 0.9 | 0.46 |
| Hex | DD | D9 | C | 0 | 2 | 5F | D | 3B | 5A | 2E |
| Octal | 335 | 331 | 14 | 0 | 2 | 137 | 15 | 73 | 132 | 56 |
| Binary | 11011101 | 11011001 | 1100 | 0 | 10 | 1011111 | 1101 | 111011 | 1011010 | 101110 |
Color Harmonies of #DDD90C
Complementary color
Monochromatic Colors of #DDD90C
Black with #DDD90C
Text Example
Text Example
White with #DDD90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD90C; }
p { color: rgb(221,217,12); }
H1.HeaderClassName
{
color: #DDD90C;
}
.AnyTagClassName
{
color: #DDD90C;
}
</style>
background-color css
<style>
a { background-color: #DDD90C; }
a { background-color: rgb(221,217,12); }
div.DivClassName
{
background-color: #DDD90C;
}
.BgClassName
{
background-color: #DDD90C;
}
</style>
border-color css
<style>
span { border-color: #DDD90C; }
span { border-color: rgb(221,217,12); }
td.TdClassName
{
border-color: #DDD90C;
}
.TagClassName
{
border-color: #DDD90C;
}
</style>