Shades of Barberry #D4D01A
Tints of Barberry #D4D01A
RGB
CMYK
RGB Variations
Color information
#D4D01A (or 0xD4D01A) is known color: Barberry. HEX triplet: D4, D0 and 1A. RGB value is (212,208,26). Sum of RGB (Red+Green+Blue) = 212+208+26=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D01A is #2B2FE5. Grayscale: #BDBDBD. Windows color (decimal): -2830310 or 1757396. OLE color: 1757396.
HSL color Cylindrical-coordinate representation of color #D4D01A: hue angle of 58.71º 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 #D4D01A is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 208 | 26 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.17 |
| HSL | 58.71º | 0.78% | 0.47% | - |
| HSV(B) | 58.71º | 0.88% | 0.83% | - |
| XYZ | 49.89 | 59.18 | 9.77 | - |
| YUV | 188.45 | 36.33 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 208 | 26 | 0 | 0.02 | 0.88 | 0.17 | 58.71 | 0.78 | 0.47 |
| Hex | D4 | D0 | 1A | 0 | 2 | 58 | 11 | 3B | 4E | 2F |
| Octal | 324 | 320 | 32 | 0 | 2 | 130 | 21 | 73 | 116 | 57 |
| Binary | 11010100 | 11010000 | 11010 | 0 | 10 | 1011000 | 10001 | 111011 | 1001110 | 101111 |
Color Harmonies of #D4D01A
Complementary color
Monochromatic Colors of #D4D01A
Black with #D4D01A
Text Example
Text Example
White with #D4D01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D01A; }
p { color: rgb(212,208,26); }
H1.HeaderClassName
{
color: #D4D01A;
}
.AnyTagClassName
{
color: #D4D01A;
}
</style>
background-color css
<style>
a { background-color: #D4D01A; }
a { background-color: rgb(212,208,26); }
div.DivClassName
{
background-color: #D4D01A;
}
.BgClassName
{
background-color: #D4D01A;
}
</style>
border-color css
<style>
span { border-color: #D4D01A; }
span { border-color: rgb(212,208,26); }
td.TdClassName
{
border-color: #D4D01A;
}
.TagClassName
{
border-color: #D4D01A;
}
</style>