Shades of Barberry #D6D41B
Tints of Barberry #D6D41B
RGB
CMYK
RGB Variations
Color information
#D6D41B (or 0xD6D41B) is known color: Barberry. HEX triplet: D6, D4 and 1B. RGB value is (214,212,27). Sum of RGB (Red+Green+Blue) = 214+212+27=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 27 (10.94% from 255 or 5.96% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D41B is #292BE4. Grayscale: #C0C0C0. Windows color (decimal): -2698213 or 1823958. OLE color: 1823958.
HSL color Cylindrical-coordinate representation of color #D6D41B: hue angle of 59.36º 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 #D6D41B is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 27 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.16 |
| HSL | 59.36º | 0.78% | 0.47% | - |
| HSV(B) | 59.36º | 0.87% | 0.84% | - |
| XYZ | 51.47 | 61.46 | 10.19 | - |
| YUV | 191.51 | 35.16 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 27 | 0 | 0.01 | 0.87 | 0.16 | 59.36 | 0.78 | 0.47 |
| Hex | D6 | D4 | 1B | 0 | 1 | 57 | 10 | 3B | 4E | 2F |
| Octal | 326 | 324 | 33 | 0 | 1 | 127 | 20 | 73 | 116 | 57 |
| Binary | 11010110 | 11010100 | 11011 | 0 | 1 | 1010111 | 10000 | 111011 | 1001110 | 101111 |
Color Harmonies of #D6D41B
Complementary color
Monochromatic Colors of #D6D41B
Black with #D6D41B
Text Example
Text Example
White with #D6D41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D41B; }
p { color: rgb(214,212,27); }
H1.HeaderClassName
{
color: #D6D41B;
}
.AnyTagClassName
{
color: #D6D41B;
}
</style>
background-color css
<style>
a { background-color: #D6D41B; }
a { background-color: rgb(214,212,27); }
div.DivClassName
{
background-color: #D6D41B;
}
.BgClassName
{
background-color: #D6D41B;
}
</style>
border-color css
<style>
span { border-color: #D6D41B; }
span { border-color: rgb(214,212,27); }
td.TdClassName
{
border-color: #D6D41B;
}
.TagClassName
{
border-color: #D6D41B;
}
</style>