Shades of Barberry #D5C21F
Tints of Barberry #D5C21F
RGB
CMYK
RGB Variations
Color information
#D5C21F (or 0xD5C21F) is known color: Barberry. HEX triplet: D5, C2 and 1F. RGB value is (213,194,31). Sum of RGB (Red+Green+Blue) = 213+194+31=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C21F is #2A3DE0. Grayscale: #B5B5B5. Windows color (decimal): -2768353 or 2081493. OLE color: 2081493.
HSL color Cylindrical-coordinate representation of color #D5C21F: hue angle of 53.74º 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 #D5C21F is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 31 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.16 |
| HSL | 53.74º | 0.75% | 0.48% | - |
| HSV(B) | 53.74º | 0.85% | 0.84% | - |
| XYZ | 46.98 | 52.83 | 9.02 | - |
| YUV | 181.1 | 43.29 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 31 | 0 | 0.09 | 0.85 | 0.16 | 53.74 | 0.75 | 0.48 |
| Hex | D5 | C2 | 1F | 0 | 9 | 55 | 10 | 36 | 4B | 30 |
| Octal | 325 | 302 | 37 | 0 | 11 | 125 | 20 | 66 | 113 | 60 |
| Binary | 11010101 | 11000010 | 11111 | 0 | 1001 | 1010101 | 10000 | 110110 | 1001011 | 110000 |
Color Harmonies of #D5C21F
Complementary color
Monochromatic Colors of #D5C21F
Black with #D5C21F
Text Example
Text Example
White with #D5C21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C21F; }
p { color: rgb(213,194,31); }
H1.HeaderClassName
{
color: #D5C21F;
}
.AnyTagClassName
{
color: #D5C21F;
}
</style>
background-color css
<style>
a { background-color: #D5C21F; }
a { background-color: rgb(213,194,31); }
div.DivClassName
{
background-color: #D5C21F;
}
.BgClassName
{
background-color: #D5C21F;
}
</style>
border-color css
<style>
span { border-color: #D5C21F; }
span { border-color: rgb(213,194,31); }
td.TdClassName
{
border-color: #D5C21F;
}
.TagClassName
{
border-color: #D5C21F;
}
</style>