Shades of Barberry #DDD60F
Tints of Barberry #DDD60F
RGB
CMYK
RGB Variations
Color information
#DDD60F (or 0xDDD60F) is known color: Barberry. HEX triplet: DD, D6 and 0F. RGB value is (221,214,15). Sum of RGB (Red+Green+Blue) = 221+214+15=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD60F is #2229F0. Grayscale: #C2C2C2. Windows color (decimal): -2238961 or 1038045. OLE color: 1038045.
HSL color Cylindrical-coordinate representation of color #DDD60F: hue angle of 57.96º 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 #DDD60F is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 15 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.13 |
| HSL | 57.96º | 0.87% | 0.46% | - |
| HSV(B) | 57.96º | 0.93% | 0.87% | - |
| XYZ | 53.95 | 63.5 | 9.87 | - |
| YUV | 193.41 | 27.32 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 15 | 0 | 0.03 | 0.93 | 0.13 | 57.96 | 0.87 | 0.46 |
| Hex | DD | D6 | F | 0 | 3 | 5D | D | 3A | 57 | 2E |
| Octal | 335 | 326 | 17 | 0 | 3 | 135 | 15 | 72 | 127 | 56 |
| Binary | 11011101 | 11010110 | 1111 | 0 | 11 | 1011101 | 1101 | 111010 | 1010111 | 101110 |
Color Harmonies of #DDD60F
Complementary color
Monochromatic Colors of #DDD60F
Black with #DDD60F
Text Example
Text Example
White with #DDD60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD60F; }
p { color: rgb(221,214,15); }
H1.HeaderClassName
{
color: #DDD60F;
}
.AnyTagClassName
{
color: #DDD60F;
}
</style>
background-color css
<style>
a { background-color: #DDD60F; }
a { background-color: rgb(221,214,15); }
div.DivClassName
{
background-color: #DDD60F;
}
.BgClassName
{
background-color: #DDD60F;
}
</style>
border-color css
<style>
span { border-color: #DDD60F; }
span { border-color: rgb(221,214,15); }
td.TdClassName
{
border-color: #DDD60F;
}
.TagClassName
{
border-color: #DDD60F;
}
</style>