Shades of Barberry #D4C91A
Tints of Barberry #D4C91A
RGB
CMYK
RGB Variations
Color information
#D4C91A (or 0xD4C91A) is known color: Barberry. HEX triplet: D4, C9 and 1A. RGB value is (212,201,26). Sum of RGB (Red+Green+Blue) = 212+201+26=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 26 (10.55% from 255 or 5.92% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C91A is #2B36E5. Grayscale: #B9B9B9. Windows color (decimal): -2832102 or 1755604. OLE color: 1755604.
HSL color Cylindrical-coordinate representation of color #D4C91A: hue angle of 56.45º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4C91A is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 201 | 26 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.17 |
| HSL | 56.45º | 0.78% | 0.47% | - |
| HSV(B) | 56.45º | 0.88% | 0.83% | - |
| XYZ | 48.22 | 55.84 | 9.21 | - |
| YUV | 184.34 | 38.64 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 201 | 26 | 0 | 0.05 | 0.88 | 0.17 | 56.45 | 0.78 | 0.47 |
| Hex | D4 | C9 | 1A | 0 | 5 | 58 | 11 | 38 | 4E | 2F |
| Octal | 324 | 311 | 32 | 0 | 5 | 130 | 21 | 70 | 116 | 57 |
| Binary | 11010100 | 11001001 | 11010 | 0 | 101 | 1011000 | 10001 | 111000 | 1001110 | 101111 |
Color Harmonies of #D4C91A
Complementary color
Monochromatic Colors of #D4C91A
Black with #D4C91A
Text Example
Text Example
White with #D4C91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C91A; }
p { color: rgb(212,201,26); }
H1.HeaderClassName
{
color: #D4C91A;
}
.AnyTagClassName
{
color: #D4C91A;
}
</style>
background-color css
<style>
a { background-color: #D4C91A; }
a { background-color: rgb(212,201,26); }
div.DivClassName
{
background-color: #D4C91A;
}
.BgClassName
{
background-color: #D4C91A;
}
</style>
border-color css
<style>
span { border-color: #D4C91A; }
span { border-color: rgb(212,201,26); }
td.TdClassName
{
border-color: #D4C91A;
}
.TagClassName
{
border-color: #D4C91A;
}
</style>