Shades of Barberry #D5C527
Tints of Barberry #D5C527
RGB
CMYK
RGB Variations
Color information
#D5C527 (or 0xD5C527) is known color: Barberry. HEX triplet: D5, C5 and 27. RGB value is (213,197,39). Sum of RGB (Red+Green+Blue) = 213+197+39=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 39 (15.62% from 255 or 8.69% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C527 is #2A3AD8. Grayscale: #B8B8B8. Windows color (decimal): -2767577 or 2606549. OLE color: 2606549.
HSL color Cylindrical-coordinate representation of color #D5C527: hue angle of 54.48º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5C527 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 39 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.16 |
| HSL | 54.48º | 0.69% | 0.49% | - |
| HSV(B) | 54.48º | 0.82% | 0.84% | - |
| XYZ | 47.77 | 54.23 | 9.87 | - |
| YUV | 183.77 | 46.3 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 39 | 0 | 0.08 | 0.82 | 0.16 | 54.48 | 0.69 | 0.49 |
| Hex | D5 | C5 | 27 | 0 | 8 | 52 | 10 | 36 | 45 | 31 |
| Octal | 325 | 305 | 47 | 0 | 10 | 122 | 20 | 66 | 105 | 61 |
| Binary | 11010101 | 11000101 | 100111 | 0 | 1000 | 1010010 | 10000 | 110110 | 1000101 | 110001 |
Color Harmonies of #D5C527
Complementary color
Monochromatic Colors of #D5C527
Black with #D5C527
Text Example
Text Example
White with #D5C527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C527; }
p { color: rgb(213,197,39); }
H1.HeaderClassName
{
color: #D5C527;
}
.AnyTagClassName
{
color: #D5C527;
}
</style>
background-color css
<style>
a { background-color: #D5C527; }
a { background-color: rgb(213,197,39); }
div.DivClassName
{
background-color: #D5C527;
}
.BgClassName
{
background-color: #D5C527;
}
</style>
border-color css
<style>
span { border-color: #D5C527; }
span { border-color: rgb(213,197,39); }
td.TdClassName
{
border-color: #D5C527;
}
.TagClassName
{
border-color: #D5C527;
}
</style>