Shades of Barberry #D4D61B
Tints of Barberry #D4D61B
RGB
CMYK
RGB Variations
Color information
#D4D61B (or 0xD4D61B) is known color: Barberry. HEX triplet: D4, D6 and 1B. RGB value is (212,214,27). Sum of RGB (Red+Green+Blue) = 212+214+27=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 27 (10.94% from 255 or 5.96% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D61B is #2B29E4. Grayscale: #C0C0C0. Windows color (decimal): -2828773 or 1824468. OLE color: 1824468.
HSL color Cylindrical-coordinate representation of color #D4D61B: hue angle of 60.64º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4D61B is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 27 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.16 |
| HSL | 60.64º | 0.78% | 0.47% | - |
| HSV(B) | 60.64º | 0.87% | 0.84% | - |
| XYZ | 51.4 | 62.17 | 10.33 | - |
| YUV | 192.08 | 34.84 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 27 | 0.01 | 0 | 0.87 | 0.16 | 60.64 | 0.78 | 0.47 |
| Hex | D4 | D6 | 1B | 1 | 0 | 57 | 10 | 3D | 4E | 2F |
| Octal | 324 | 326 | 33 | 1 | 0 | 127 | 20 | 75 | 116 | 57 |
| Binary | 11010100 | 11010110 | 11011 | 1 | 0 | 1010111 | 10000 | 111101 | 1001110 | 101111 |
Color Harmonies of #D4D61B
Complementary color
Monochromatic Colors of #D4D61B
Black with #D4D61B
Text Example
Text Example
White with #D4D61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D61B; }
p { color: rgb(212,214,27); }
H1.HeaderClassName
{
color: #D4D61B;
}
.AnyTagClassName
{
color: #D4D61B;
}
</style>
background-color css
<style>
a { background-color: #D4D61B; }
a { background-color: rgb(212,214,27); }
div.DivClassName
{
background-color: #D4D61B;
}
.BgClassName
{
background-color: #D4D61B;
}
</style>
border-color css
<style>
span { border-color: #D4D61B; }
span { border-color: rgb(212,214,27); }
td.TdClassName
{
border-color: #D4D61B;
}
.TagClassName
{
border-color: #D4D61B;
}
</style>