Shades of Barberry #DDD80F
Tints of Barberry #DDD80F
RGB
CMYK
RGB Variations
Color information
#DDD80F (or 0xDDD80F) is known color: Barberry. HEX triplet: DD, D8 and 0F. RGB value is (221,216,15). Sum of RGB (Red+Green+Blue) = 221+216+15=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD80F is #2227F0. Grayscale: #C3C3C3. Windows color (decimal): -2238449 or 1038557. OLE color: 1038557.
HSL color Cylindrical-coordinate representation of color #DDD80F: hue angle of 58.54º 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 #DDD80F is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 15 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.13 |
| HSL | 58.54º | 0.87% | 0.46% | - |
| HSV(B) | 58.54º | 0.93% | 0.87% | - |
| XYZ | 54.46 | 64.52 | 10.03 | - |
| YUV | 194.58 | 26.66 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 15 | 0 | 0.02 | 0.93 | 0.13 | 58.54 | 0.87 | 0.46 |
| Hex | DD | D8 | F | 0 | 2 | 5D | D | 3B | 57 | 2E |
| Octal | 335 | 330 | 17 | 0 | 2 | 135 | 15 | 73 | 127 | 56 |
| Binary | 11011101 | 11011000 | 1111 | 0 | 10 | 1011101 | 1101 | 111011 | 1010111 | 101110 |
Color Harmonies of #DDD80F
Complementary color
Monochromatic Colors of #DDD80F
Black with #DDD80F
Text Example
Text Example
White with #DDD80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD80F; }
p { color: rgb(221,216,15); }
H1.HeaderClassName
{
color: #DDD80F;
}
.AnyTagClassName
{
color: #DDD80F;
}
</style>
background-color css
<style>
a { background-color: #DDD80F; }
a { background-color: rgb(221,216,15); }
div.DivClassName
{
background-color: #DDD80F;
}
.BgClassName
{
background-color: #DDD80F;
}
</style>
border-color css
<style>
span { border-color: #DDD80F; }
span { border-color: rgb(221,216,15); }
td.TdClassName
{
border-color: #DDD80F;
}
.TagClassName
{
border-color: #DDD80F;
}
</style>