Shades of Barberry #D5CB1E
Tints of Barberry #D5CB1E
RGB
CMYK
RGB Variations
Color information
#D5CB1E (or 0xD5CB1E) is known color: Barberry. HEX triplet: D5, CB and 1E. RGB value is (213,203,30). Sum of RGB (Red+Green+Blue) = 213+203+30=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CB1E is #2A34E1. Grayscale: #BABABA. Windows color (decimal): -2766050 or 2018261. OLE color: 2018261.
HSL color Cylindrical-coordinate representation of color #D5CB1E: hue angle of 56.72º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5CB1E is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 30 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.16 |
| HSL | 56.72º | 0.75% | 0.48% | - |
| HSV(B) | 56.72º | 0.86% | 0.84% | - |
| XYZ | 49.03 | 56.95 | 9.64 | - |
| YUV | 186.27 | 39.81 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 30 | 0 | 0.05 | 0.86 | 0.16 | 56.72 | 0.75 | 0.48 |
| Hex | D5 | CB | 1E | 0 | 5 | 56 | 10 | 39 | 4B | 30 |
| Octal | 325 | 313 | 36 | 0 | 5 | 126 | 20 | 71 | 113 | 60 |
| Binary | 11010101 | 11001011 | 11110 | 0 | 101 | 1010110 | 10000 | 111001 | 1001011 | 110000 |
Color Harmonies of #D5CB1E
Complementary color
Monochromatic Colors of #D5CB1E
Black with #D5CB1E
Text Example
Text Example
White with #D5CB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB1E; }
p { color: rgb(213,203,30); }
H1.HeaderClassName
{
color: #D5CB1E;
}
.AnyTagClassName
{
color: #D5CB1E;
}
</style>
background-color css
<style>
a { background-color: #D5CB1E; }
a { background-color: rgb(213,203,30); }
div.DivClassName
{
background-color: #D5CB1E;
}
.BgClassName
{
background-color: #D5CB1E;
}
</style>
border-color css
<style>
span { border-color: #D5CB1E; }
span { border-color: rgb(213,203,30); }
td.TdClassName
{
border-color: #D5CB1E;
}
.TagClassName
{
border-color: #D5CB1E;
}
</style>