Shades of Barberry #D5C928
Tints of Barberry #D5C928
RGB
CMYK
RGB Variations
Color information
#D5C928 (or 0xD5C928) is known color: Barberry. HEX triplet: D5, C9 and 28. RGB value is (213,201,40). Sum of RGB (Red+Green+Blue) = 213+201+40=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C928 is #2A36D7. Grayscale: #BABABA. Windows color (decimal): -2766552 or 2673109. OLE color: 2673109.
HSL color Cylindrical-coordinate representation of color #D5C928: hue angle of 55.84º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5C928 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 40 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.16 |
| HSL | 55.84º | 0.68% | 0.5% | - |
| HSV(B) | 55.84º | 0.81% | 0.84% | - |
| XYZ | 48.71 | 56.07 | 10.26 | - |
| YUV | 186.23 | 45.48 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 40 | 0 | 0.06 | 0.81 | 0.16 | 55.84 | 0.68 | 0.5 |
| Hex | D5 | C9 | 28 | 0 | 6 | 51 | 10 | 38 | 44 | 32 |
| Octal | 325 | 311 | 50 | 0 | 6 | 121 | 20 | 70 | 104 | 62 |
| Binary | 11010101 | 11001001 | 101000 | 0 | 110 | 1010001 | 10000 | 111000 | 1000100 | 110010 |
Color Harmonies of #D5C928
Complementary color
Monochromatic Colors of #D5C928
Black with #D5C928
Text Example
Text Example
White with #D5C928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C928; }
p { color: rgb(213,201,40); }
H1.HeaderClassName
{
color: #D5C928;
}
.AnyTagClassName
{
color: #D5C928;
}
</style>
background-color css
<style>
a { background-color: #D5C928; }
a { background-color: rgb(213,201,40); }
div.DivClassName
{
background-color: #D5C928;
}
.BgClassName
{
background-color: #D5C928;
}
</style>
border-color css
<style>
span { border-color: #D5C928; }
span { border-color: rgb(213,201,40); }
td.TdClassName
{
border-color: #D5C928;
}
.TagClassName
{
border-color: #D5C928;
}
</style>