Shades of Barberry #D4C81E
Tints of Barberry #D4C81E
RGB
CMYK
RGB Variations
Color information
#D4C81E (or 0xD4C81E) is known color: Barberry. HEX triplet: D4, C8 and 1E. RGB value is (212,200,30). Sum of RGB (Red+Green+Blue) = 212+200+30=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 30 (12.11% from 255 or 6.79% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C81E is #2B37E1. Grayscale: #B8B8B8. Windows color (decimal): -2832354 or 2017492. OLE color: 2017492.
HSL color Cylindrical-coordinate representation of color #D4C81E: hue angle of 56.04º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4C81E is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 200 | 30 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.17 |
| HSL | 56.04º | 0.75% | 0.47% | - |
| HSV(B) | 56.04º | 0.86% | 0.83% | - |
| XYZ | 48.04 | 55.4 | 9.39 | - |
| YUV | 184.21 | 40.98 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 200 | 30 | 0 | 0.06 | 0.86 | 0.17 | 56.04 | 0.75 | 0.47 |
| Hex | D4 | C8 | 1E | 0 | 6 | 56 | 11 | 38 | 4B | 2F |
| Octal | 324 | 310 | 36 | 0 | 6 | 126 | 21 | 70 | 113 | 57 |
| Binary | 11010100 | 11001000 | 11110 | 0 | 110 | 1010110 | 10001 | 111000 | 1001011 | 101111 |
Color Harmonies of #D4C81E
Complementary color
Monochromatic Colors of #D4C81E
Black with #D4C81E
Text Example
Text Example
White with #D4C81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C81E; }
p { color: rgb(212,200,30); }
H1.HeaderClassName
{
color: #D4C81E;
}
.AnyTagClassName
{
color: #D4C81E;
}
</style>
background-color css
<style>
a { background-color: #D4C81E; }
a { background-color: rgb(212,200,30); }
div.DivClassName
{
background-color: #D4C81E;
}
.BgClassName
{
background-color: #D4C81E;
}
</style>
border-color css
<style>
span { border-color: #D4C81E; }
span { border-color: rgb(212,200,30); }
td.TdClassName
{
border-color: #D4C81E;
}
.TagClassName
{
border-color: #D4C81E;
}
</style>