Shades of Barberry #D1D51C
Tints of Barberry #D1D51C
RGB
CMYK
RGB Variations
Color information
#D1D51C (or 0xD1D51C) is known color: Barberry. HEX triplet: D1, D5 and 1C. RGB value is (209,213,28). Sum of RGB (Red+Green+Blue) = 209+213+28=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 28 (11.33% from 255 or 6.22% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D51C is #2E2AE3. Grayscale: #BFBFBF. Windows color (decimal): -3025636 or 1889745. OLE color: 1889745.
HSL color Cylindrical-coordinate representation of color #D1D51C: hue angle of 61.3º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1D51C is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 28 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.16 |
| HSL | 61.3º | 0.77% | 0.47% | - |
| HSV(B) | 61.3º | 0.87% | 0.84% | - |
| XYZ | 50.3 | 61.23 | 10.27 | - |
| YUV | 190.71 | 36.17 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 28 | 0.02 | 0 | 0.87 | 0.16 | 61.3 | 0.77 | 0.47 |
| Hex | D1 | D5 | 1C | 2 | 0 | 57 | 10 | 3D | 4D | 2F |
| Octal | 321 | 325 | 34 | 2 | 0 | 127 | 20 | 75 | 115 | 57 |
| Binary | 11010001 | 11010101 | 11100 | 10 | 0 | 1010111 | 10000 | 111101 | 1001101 | 101111 |
Color Harmonies of #D1D51C
Complementary color
Monochromatic Colors of #D1D51C
Black with #D1D51C
Text Example
Text Example
White with #D1D51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D51C; }
p { color: rgb(209,213,28); }
H1.HeaderClassName
{
color: #D1D51C;
}
.AnyTagClassName
{
color: #D1D51C;
}
</style>
background-color css
<style>
a { background-color: #D1D51C; }
a { background-color: rgb(209,213,28); }
div.DivClassName
{
background-color: #D1D51C;
}
.BgClassName
{
background-color: #D1D51C;
}
</style>
border-color css
<style>
span { border-color: #D1D51C; }
span { border-color: rgb(209,213,28); }
td.TdClassName
{
border-color: #D1D51C;
}
.TagClassName
{
border-color: #D1D51C;
}
</style>