Shades of Barberry #DDD51F
Tints of Barberry #DDD51F
RGB
CMYK
RGB Variations
Color information
#DDD51F (or 0xDDD51F) is known color: Barberry. HEX triplet: DD, D5 and 1F. RGB value is (221,213,31). Sum of RGB (Red+Green+Blue) = 221+213+31=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 31 (12.5% from 255 or 6.67% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD51F is #222AE0. Grayscale: #C3C3C3. Windows color (decimal): -2239201 or 2086365. OLE color: 2086365.
HSL color Cylindrical-coordinate representation of color #DDD51F: hue angle of 57.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDD51F is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 31 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.13 |
| HSL | 57.47º | 0.75% | 0.49% | - |
| HSV(B) | 57.47º | 0.86% | 0.87% | - |
| XYZ | 53.86 | 63.06 | 10.63 | - |
| YUV | 194.64 | 35.65 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 31 | 0 | 0.04 | 0.86 | 0.13 | 57.47 | 0.75 | 0.49 |
| Hex | DD | D5 | 1F | 0 | 4 | 56 | D | 39 | 4B | 31 |
| Octal | 335 | 325 | 37 | 0 | 4 | 126 | 15 | 71 | 113 | 61 |
| Binary | 11011101 | 11010101 | 11111 | 0 | 100 | 1010110 | 1101 | 111001 | 1001011 | 110001 |
Color Harmonies of #DDD51F
Complementary color
Monochromatic Colors of #DDD51F
Black with #DDD51F
Text Example
Text Example
White with #DDD51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD51F; }
p { color: rgb(221,213,31); }
H1.HeaderClassName
{
color: #DDD51F;
}
.AnyTagClassName
{
color: #DDD51F;
}
</style>
background-color css
<style>
a { background-color: #DDD51F; }
a { background-color: rgb(221,213,31); }
div.DivClassName
{
background-color: #DDD51F;
}
.BgClassName
{
background-color: #DDD51F;
}
</style>
border-color css
<style>
span { border-color: #DDD51F; }
span { border-color: rgb(221,213,31); }
td.TdClassName
{
border-color: #DDD51F;
}
.TagClassName
{
border-color: #DDD51F;
}
</style>