Shades of Barberry #DDD01A
Tints of Barberry #DDD01A
RGB
CMYK
RGB Variations
Color information
#DDD01A (or 0xDDD01A) is known color: Barberry. HEX triplet: DD, D0 and 1A. RGB value is (221,208,26). Sum of RGB (Red+Green+Blue) = 221+208+26=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 26 (10.55% from 255 or 5.71% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD01A is #222FE5. Grayscale: #BFBFBF. Windows color (decimal): -2240486 or 1757405. OLE color: 1757405.
HSL color Cylindrical-coordinate representation of color #DDD01A: hue angle of 56º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDD01A is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 26 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.13 |
| HSL | 56º | 0.79% | 0.48% | - |
| HSV(B) | 56º | 0.88% | 0.87% | - |
| XYZ | 52.56 | 60.56 | 9.9 | - |
| YUV | 191.14 | 34.81 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 26 | 0 | 0.06 | 0.88 | 0.13 | 56 | 0.79 | 0.48 |
| Hex | DD | D0 | 1A | 0 | 6 | 58 | D | 38 | 4F | 30 |
| Octal | 335 | 320 | 32 | 0 | 6 | 130 | 15 | 70 | 117 | 60 |
| Binary | 11011101 | 11010000 | 11010 | 0 | 110 | 1011000 | 1101 | 111000 | 1001111 | 110000 |
Color Harmonies of #DDD01A
Complementary color
Monochromatic Colors of #DDD01A
Black with #DDD01A
Text Example
Text Example
White with #DDD01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD01A; }
p { color: rgb(221,208,26); }
H1.HeaderClassName
{
color: #DDD01A;
}
.AnyTagClassName
{
color: #DDD01A;
}
</style>
background-color css
<style>
a { background-color: #DDD01A; }
a { background-color: rgb(221,208,26); }
div.DivClassName
{
background-color: #DDD01A;
}
.BgClassName
{
background-color: #DDD01A;
}
</style>
border-color css
<style>
span { border-color: #DDD01A; }
span { border-color: rgb(221,208,26); }
td.TdClassName
{
border-color: #DDD01A;
}
.TagClassName
{
border-color: #DDD01A;
}
</style>