Shades of Barberry #DDD71A
Tints of Barberry #DDD71A
RGB
CMYK
RGB Variations
Color information
#DDD71A (or 0xDDD71A) is known color: Barberry. HEX triplet: DD, D7 and 1A. RGB value is (221,215,26). Sum of RGB (Red+Green+Blue) = 221+215+26=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 26 (10.55% from 255 or 5.63% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD71A is #2228E5. Grayscale: #C4C4C4. Windows color (decimal): -2238694 or 1759197. OLE color: 1759197.
HSL color Cylindrical-coordinate representation of color #DDD71A: hue angle of 58.15º 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 #DDD71A is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 26 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.13 |
| HSL | 58.15º | 0.79% | 0.48% | - |
| HSV(B) | 58.15º | 0.88% | 0.87% | - |
| XYZ | 54.31 | 64.05 | 10.48 | - |
| YUV | 195.25 | 32.49 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 26 | 0 | 0.03 | 0.88 | 0.13 | 58.15 | 0.79 | 0.48 |
| Hex | DD | D7 | 1A | 0 | 3 | 58 | D | 3A | 4F | 30 |
| Octal | 335 | 327 | 32 | 0 | 3 | 130 | 15 | 72 | 117 | 60 |
| Binary | 11011101 | 11010111 | 11010 | 0 | 11 | 1011000 | 1101 | 111010 | 1001111 | 110000 |
Color Harmonies of #DDD71A
Complementary color
Monochromatic Colors of #DDD71A
Black with #DDD71A
Text Example
Text Example
White with #DDD71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD71A; }
p { color: rgb(221,215,26); }
H1.HeaderClassName
{
color: #DDD71A;
}
.AnyTagClassName
{
color: #DDD71A;
}
</style>
background-color css
<style>
a { background-color: #DDD71A; }
a { background-color: rgb(221,215,26); }
div.DivClassName
{
background-color: #DDD71A;
}
.BgClassName
{
background-color: #DDD71A;
}
</style>
border-color css
<style>
span { border-color: #DDD71A; }
span { border-color: rgb(221,215,26); }
td.TdClassName
{
border-color: #DDD71A;
}
.TagClassName
{
border-color: #DDD71A;
}
</style>