Shades of Barberry #D5D71C
Tints of Barberry #D5D71C
RGB
CMYK
RGB Variations
Color information
#D5D71C (or 0xD5D71C) is known color: Barberry. HEX triplet: D5, D7 and 1C. RGB value is (213,215,28). Sum of RGB (Red+Green+Blue) = 213+215+28=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D71C is #2A28E3. Grayscale: #C1C1C1. Windows color (decimal): -2762980 or 1890261. OLE color: 1890261.
HSL color Cylindrical-coordinate representation of color #D5D71C: hue angle of 60.64º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5D71C is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 28 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.16 |
| HSL | 60.64º | 0.77% | 0.48% | - |
| HSV(B) | 60.64º | 0.87% | 0.84% | - |
| XYZ | 51.95 | 62.83 | 10.49 | - |
| YUV | 193.08 | 34.84 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 28 | 0.01 | 0 | 0.87 | 0.16 | 60.64 | 0.77 | 0.48 |
| Hex | D5 | D7 | 1C | 1 | 0 | 57 | 10 | 3D | 4D | 30 |
| Octal | 325 | 327 | 34 | 1 | 0 | 127 | 20 | 75 | 115 | 60 |
| Binary | 11010101 | 11010111 | 11100 | 1 | 0 | 1010111 | 10000 | 111101 | 1001101 | 110000 |
Color Harmonies of #D5D71C
Complementary color
Monochromatic Colors of #D5D71C
Black with #D5D71C
Text Example
Text Example
White with #D5D71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D71C; }
p { color: rgb(213,215,28); }
H1.HeaderClassName
{
color: #D5D71C;
}
.AnyTagClassName
{
color: #D5D71C;
}
</style>
background-color css
<style>
a { background-color: #D5D71C; }
a { background-color: rgb(213,215,28); }
div.DivClassName
{
background-color: #D5D71C;
}
.BgClassName
{
background-color: #D5D71C;
}
</style>
border-color css
<style>
span { border-color: #D5D71C; }
span { border-color: rgb(213,215,28); }
td.TdClassName
{
border-color: #D5D71C;
}
.TagClassName
{
border-color: #D5D71C;
}
</style>