Shades of Barberry #D5C71A
Tints of Barberry #D5C71A
RGB
CMYK
RGB Variations
Color information
#D5C71A (or 0xD5C71A) is known color: Barberry. HEX triplet: D5, C7 and 1A. RGB value is (213,199,26). Sum of RGB (Red+Green+Blue) = 213+199+26=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 26 (10.55% from 255 or 5.94% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C71A is #2A38E5. Grayscale: #B8B8B8. Windows color (decimal): -2767078 or 1755093. OLE color: 1755093.
HSL color Cylindrical-coordinate representation of color #D5C71A: hue angle of 55.51º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5C71A is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 199 | 26 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.16 |
| HSL | 55.51º | 0.78% | 0.47% | - |
| HSV(B) | 55.51º | 0.88% | 0.84% | - |
| XYZ | 48.05 | 55.07 | 9.07 | - |
| YUV | 183.46 | 39.14 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 26 | 0 | 0.07 | 0.88 | 0.16 | 55.51 | 0.78 | 0.47 |
| Hex | D5 | C7 | 1A | 0 | 7 | 58 | 10 | 38 | 4E | 2F |
| Octal | 325 | 307 | 32 | 0 | 7 | 130 | 20 | 70 | 116 | 57 |
| Binary | 11010101 | 11000111 | 11010 | 0 | 111 | 1011000 | 10000 | 111000 | 1001110 | 101111 |
Color Harmonies of #D5C71A
Complementary color
Monochromatic Colors of #D5C71A
Black with #D5C71A
Text Example
Text Example
White with #D5C71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C71A; }
p { color: rgb(213,199,26); }
H1.HeaderClassName
{
color: #D5C71A;
}
.AnyTagClassName
{
color: #D5C71A;
}
</style>
background-color css
<style>
a { background-color: #D5C71A; }
a { background-color: rgb(213,199,26); }
div.DivClassName
{
background-color: #D5C71A;
}
.BgClassName
{
background-color: #D5C71A;
}
</style>
border-color css
<style>
span { border-color: #D5C71A; }
span { border-color: rgb(213,199,26); }
td.TdClassName
{
border-color: #D5C71A;
}
.TagClassName
{
border-color: #D5C71A;
}
</style>