Shades of Barberry #D1D31C
Tints of Barberry #D1D31C
RGB
CMYK
RGB Variations
Color information
#D1D31C (or 0xD1D31C) is known color: Barberry. HEX triplet: D1, D3 and 1C. RGB value is (209,211,28). Sum of RGB (Red+Green+Blue) = 209+211+28=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D31C is #2E2CE3. Grayscale: #BEBEBE. Windows color (decimal): -3026148 or 1889233. OLE color: 1889233.
HSL color Cylindrical-coordinate representation of color #D1D31C: hue angle of 60.66º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1D31C is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 211 | 28 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.17 |
| HSL | 60.66º | 0.77% | 0.47% | - |
| HSV(B) | 60.66º | 0.87% | 0.83% | - |
| XYZ | 49.8 | 60.23 | 10.1 | - |
| YUV | 189.54 | 36.84 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 211 | 28 | 0.01 | 0 | 0.87 | 0.17 | 60.66 | 0.77 | 0.47 |
| Hex | D1 | D3 | 1C | 1 | 0 | 57 | 11 | 3D | 4D | 2F |
| Octal | 321 | 323 | 34 | 1 | 0 | 127 | 21 | 75 | 115 | 57 |
| Binary | 11010001 | 11010011 | 11100 | 1 | 0 | 1010111 | 10001 | 111101 | 1001101 | 101111 |
Color Harmonies of #D1D31C
Complementary color
Monochromatic Colors of #D1D31C
Black with #D1D31C
Text Example
Text Example
White with #D1D31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D31C; }
p { color: rgb(209,211,28); }
H1.HeaderClassName
{
color: #D1D31C;
}
.AnyTagClassName
{
color: #D1D31C;
}
</style>
background-color css
<style>
a { background-color: #D1D31C; }
a { background-color: rgb(209,211,28); }
div.DivClassName
{
background-color: #D1D31C;
}
.BgClassName
{
background-color: #D1D31C;
}
</style>
border-color css
<style>
span { border-color: #D1D31C; }
span { border-color: rgb(209,211,28); }
td.TdClassName
{
border-color: #D1D31C;
}
.TagClassName
{
border-color: #D1D31C;
}
</style>