Shades of Barberry #D5CF1F
Tints of Barberry #D5CF1F
RGB
CMYK
RGB Variations
Color information
#D5CF1F (or 0xD5CF1F) is known color: Barberry. HEX triplet: D5, CF and 1F. RGB value is (213,207,31). Sum of RGB (Red+Green+Blue) = 213+207+31=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 31 (12.5% from 255 or 6.87% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF1F is #2A30E0. Grayscale: #BDBDBD. Windows color (decimal): -2765025 or 2084821. OLE color: 2084821.
HSL color Cylindrical-coordinate representation of color #D5CF1F: hue angle of 58.02º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5CF1F is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 31 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.16 |
| HSL | 58.02º | 0.75% | 0.48% | - |
| HSV(B) | 58.02º | 0.85% | 0.84% | - |
| XYZ | 50 | 58.87 | 10.02 | - |
| YUV | 188.73 | 38.99 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 31 | 0 | 0.03 | 0.85 | 0.16 | 58.02 | 0.75 | 0.48 |
| Hex | D5 | CF | 1F | 0 | 3 | 55 | 10 | 3A | 4B | 30 |
| Octal | 325 | 317 | 37 | 0 | 3 | 125 | 20 | 72 | 113 | 60 |
| Binary | 11010101 | 11001111 | 11111 | 0 | 11 | 1010101 | 10000 | 111010 | 1001011 | 110000 |
Color Harmonies of #D5CF1F
Complementary color
Monochromatic Colors of #D5CF1F
Black with #D5CF1F
Text Example
Text Example
White with #D5CF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF1F; }
p { color: rgb(213,207,31); }
H1.HeaderClassName
{
color: #D5CF1F;
}
.AnyTagClassName
{
color: #D5CF1F;
}
</style>
background-color css
<style>
a { background-color: #D5CF1F; }
a { background-color: rgb(213,207,31); }
div.DivClassName
{
background-color: #D5CF1F;
}
.BgClassName
{
background-color: #D5CF1F;
}
</style>
border-color css
<style>
span { border-color: #D5CF1F; }
span { border-color: rgb(213,207,31); }
td.TdClassName
{
border-color: #D5CF1F;
}
.TagClassName
{
border-color: #D5CF1F;
}
</style>