Shades of Barberry #D5CF2B
Tints of Barberry #D5CF2B
RGB
CMYK
RGB Variations
Color information
#D5CF2B (or 0xD5CF2B) is known color: Barberry. HEX triplet: D5, CF and 2B. RGB value is (213,207,43). Sum of RGB (Red+Green+Blue) = 213+207+43=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 43 (17.19% from 255 or 9.29% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF2B is #2A30D4. Grayscale: #BEBEBE. Windows color (decimal): -2765013 or 2871253. OLE color: 2871253.
HSL color Cylindrical-coordinate representation of color #D5CF2B: hue angle of 57.88º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5CF2B is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 43 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.16 |
| HSL | 57.88º | 0.67% | 0.5% | - |
| HSV(B) | 57.88º | 0.8% | 0.84% | - |
| XYZ | 50.19 | 58.95 | 11.02 | - |
| YUV | 190.1 | 44.99 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 43 | 0 | 0.03 | 0.80 | 0.16 | 57.88 | 0.67 | 0.5 |
| Hex | D5 | CF | 2B | 0 | 3 | 50 | 10 | 3A | 43 | 32 |
| Octal | 325 | 317 | 53 | 0 | 3 | 120 | 20 | 72 | 103 | 62 |
| Binary | 11010101 | 11001111 | 101011 | 0 | 11 | 1010000 | 10000 | 111010 | 1000011 | 110010 |
Color Harmonies of #D5CF2B
Complementary color
Monochromatic Colors of #D5CF2B
Black with #D5CF2B
Text Example
Text Example
White with #D5CF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF2B; }
p { color: rgb(213,207,43); }
H1.HeaderClassName
{
color: #D5CF2B;
}
.AnyTagClassName
{
color: #D5CF2B;
}
</style>
background-color css
<style>
a { background-color: #D5CF2B; }
a { background-color: rgb(213,207,43); }
div.DivClassName
{
background-color: #D5CF2B;
}
.BgClassName
{
background-color: #D5CF2B;
}
</style>
border-color css
<style>
span { border-color: #D5CF2B; }
span { border-color: rgb(213,207,43); }
td.TdClassName
{
border-color: #D5CF2B;
}
.TagClassName
{
border-color: #D5CF2B;
}
</style>