Shades of Barberry #D4D31C
Tints of Barberry #D4D31C
RGB
CMYK
RGB Variations
Color information
#D4D31C (or 0xD4D31C) is known color: Barberry. HEX triplet: D4, D3 and 1C. RGB value is (212,211,28). Sum of RGB (Red+Green+Blue) = 212+211+28=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 28 (11.33% from 255 or 6.21% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D31C is #2B2CE3. Grayscale: #BFBFBF. Windows color (decimal): -2829540 or 1889236. OLE color: 1889236.
HSL color Cylindrical-coordinate representation of color #D4D31C: hue angle of 59.67º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4D31C is Cyan = 0, Magento = 0.00, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 211 | 28 | - |
| CMYK | 0 | 0.00 | 0.87 | 0.17 |
| HSL | 59.67º | 0.77% | 0.47% | - |
| HSV(B) | 59.67º | 0.87% | 0.83% | - |
| XYZ | 50.66 | 60.67 | 10.14 | - |
| YUV | 190.44 | 36.33 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 211 | 28 | 0 | 0.00 | 0.87 | 0.17 | 59.67 | 0.77 | 0.47 |
| Hex | D4 | D3 | 1C | 0 | 0 | 57 | 11 | 3C | 4D | 2F |
| Octal | 324 | 323 | 34 | 0 | 0 | 127 | 21 | 74 | 115 | 57 |
| Binary | 11010100 | 11010011 | 11100 | 0 | 0 | 1010111 | 10001 | 111100 | 1001101 | 101111 |
Color Harmonies of #D4D31C
Complementary color
Monochromatic Colors of #D4D31C
Black with #D4D31C
Text Example
Text Example
White with #D4D31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D31C; }
p { color: rgb(212,211,28); }
H1.HeaderClassName
{
color: #D4D31C;
}
.AnyTagClassName
{
color: #D4D31C;
}
</style>
background-color css
<style>
a { background-color: #D4D31C; }
a { background-color: rgb(212,211,28); }
div.DivClassName
{
background-color: #D4D31C;
}
.BgClassName
{
background-color: #D4D31C;
}
</style>
border-color css
<style>
span { border-color: #D4D31C; }
span { border-color: rgb(212,211,28); }
td.TdClassName
{
border-color: #D4D31C;
}
.TagClassName
{
border-color: #D4D31C;
}
</style>