Shades of Barberry #DDD712
Tints of Barberry #DDD712
RGB
CMYK
RGB Variations
Color information
#DDD712 (or 0xDDD712) is known color: Barberry. HEX triplet: DD, D7 and 12. RGB value is (221,215,18). Sum of RGB (Red+Green+Blue) = 221+215+18=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD712 is #2228ED. Grayscale: #C3C3C3. Windows color (decimal): -2238702 or 1234909. OLE color: 1234909.
HSL color Cylindrical-coordinate representation of color #DDD712: hue angle of 58.23º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDD712 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 18 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.13 |
| HSL | 58.23º | 0.85% | 0.47% | - |
| HSV(B) | 58.23º | 0.92% | 0.87% | - |
| XYZ | 54.23 | 64.02 | 10.07 | - |
| YUV | 194.34 | 28.49 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 18 | 0 | 0.03 | 0.92 | 0.13 | 58.23 | 0.85 | 0.47 |
| Hex | DD | D7 | 12 | 0 | 3 | 5C | D | 3A | 55 | 2F |
| Octal | 335 | 327 | 22 | 0 | 3 | 134 | 15 | 72 | 125 | 57 |
| Binary | 11011101 | 11010111 | 10010 | 0 | 11 | 1011100 | 1101 | 111010 | 1010101 | 101111 |
Color Harmonies of #DDD712
Complementary color
Monochromatic Colors of #DDD712
Black with #DDD712
Text Example
Text Example
White with #DDD712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD712; }
p { color: rgb(221,215,18); }
H1.HeaderClassName
{
color: #DDD712;
}
.AnyTagClassName
{
color: #DDD712;
}
</style>
background-color css
<style>
a { background-color: #DDD712; }
a { background-color: rgb(221,215,18); }
div.DivClassName
{
background-color: #DDD712;
}
.BgClassName
{
background-color: #DDD712;
}
</style>
border-color css
<style>
span { border-color: #DDD712; }
span { border-color: rgb(221,215,18); }
td.TdClassName
{
border-color: #DDD712;
}
.TagClassName
{
border-color: #DDD712;
}
</style>