Shades of Barberry #DDD40F
Tints of Barberry #DDD40F
RGB
CMYK
RGB Variations
Color information
#DDD40F (or 0xDDD40F) is known color: Barberry. HEX triplet: DD, D4 and 0F. RGB value is (221,212,15). Sum of RGB (Red+Green+Blue) = 221+212+15=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 15 (6.25% from 255 or 3.35% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD40F is #222BF0. Grayscale: #C1C1C1. Windows color (decimal): -2239473 or 1037533. OLE color: 1037533.
HSL color Cylindrical-coordinate representation of color #DDD40F: hue angle of 57.38º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDD40F is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 15 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.13 |
| HSL | 57.38º | 0.87% | 0.46% | - |
| HSV(B) | 57.38º | 0.93% | 0.87% | - |
| XYZ | 53.45 | 62.49 | 9.7 | - |
| YUV | 192.23 | 27.98 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 15 | 0 | 0.04 | 0.93 | 0.13 | 57.38 | 0.87 | 0.46 |
| Hex | DD | D4 | F | 0 | 4 | 5D | D | 39 | 57 | 2E |
| Octal | 335 | 324 | 17 | 0 | 4 | 135 | 15 | 71 | 127 | 56 |
| Binary | 11011101 | 11010100 | 1111 | 0 | 100 | 1011101 | 1101 | 111001 | 1010111 | 101110 |
Color Harmonies of #DDD40F
Complementary color
Monochromatic Colors of #DDD40F
Black with #DDD40F
Text Example
Text Example
White with #DDD40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD40F; }
p { color: rgb(221,212,15); }
H1.HeaderClassName
{
color: #DDD40F;
}
.AnyTagClassName
{
color: #DDD40F;
}
</style>
background-color css
<style>
a { background-color: #DDD40F; }
a { background-color: rgb(221,212,15); }
div.DivClassName
{
background-color: #DDD40F;
}
.BgClassName
{
background-color: #DDD40F;
}
</style>
border-color css
<style>
span { border-color: #DDD40F; }
span { border-color: rgb(221,212,15); }
td.TdClassName
{
border-color: #DDD40F;
}
.TagClassName
{
border-color: #DDD40F;
}
</style>