Shades of Barberry #DDD812
Tints of Barberry #DDD812
RGB
CMYK
RGB Variations
Color information
#DDD812 (or 0xDDD812) is known color: Barberry. HEX triplet: DD, D8 and 12. RGB value is (221,216,18). Sum of RGB (Red+Green+Blue) = 221+216+18=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD812 is #2227ED. Grayscale: #C3C3C3. Windows color (decimal): -2238446 or 1235165. OLE color: 1235165.
HSL color Cylindrical-coordinate representation of color #DDD812: hue angle of 58.52º 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 #DDD812 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 18 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.13 |
| HSL | 58.52º | 0.85% | 0.47% | - |
| HSV(B) | 58.52º | 0.92% | 0.87% | - |
| XYZ | 54.48 | 64.53 | 10.16 | - |
| YUV | 194.92 | 28.16 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 18 | 0 | 0.02 | 0.92 | 0.13 | 58.52 | 0.85 | 0.47 |
| Hex | DD | D8 | 12 | 0 | 2 | 5C | D | 3B | 55 | 2F |
| Octal | 335 | 330 | 22 | 0 | 2 | 134 | 15 | 73 | 125 | 57 |
| Binary | 11011101 | 11011000 | 10010 | 0 | 10 | 1011100 | 1101 | 111011 | 1010101 | 101111 |
Color Harmonies of #DDD812
Complementary color
Monochromatic Colors of #DDD812
Black with #DDD812
Text Example
Text Example
White with #DDD812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD812; }
p { color: rgb(221,216,18); }
H1.HeaderClassName
{
color: #DDD812;
}
.AnyTagClassName
{
color: #DDD812;
}
</style>
background-color css
<style>
a { background-color: #DDD812; }
a { background-color: rgb(221,216,18); }
div.DivClassName
{
background-color: #DDD812;
}
.BgClassName
{
background-color: #DDD812;
}
</style>
border-color css
<style>
span { border-color: #DDD812; }
span { border-color: rgb(221,216,18); }
td.TdClassName
{
border-color: #DDD812;
}
.TagClassName
{
border-color: #DDD812;
}
</style>