Shades of Barberry #D6D91D
Tints of Barberry #D6D91D
RGB
CMYK
RGB Variations
Color information
#D6D91D (or 0xD6D91D) is known color: Barberry. HEX triplet: D6, D9 and 1D. RGB value is (214,217,29). Sum of RGB (Red+Green+Blue) = 214+217+29=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 29 (11.72% from 255 or 6.30% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D91D is #2926E2. Grayscale: #C3C3C3. Windows color (decimal): -2696931 or 1956310. OLE color: 1956310.
HSL color Cylindrical-coordinate representation of color #D6D91D: hue angle of 60.96º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6D91D is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 217 | 29 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.15 |
| HSL | 60.96º | 0.76% | 0.48% | - |
| HSV(B) | 60.96º | 0.87% | 0.85% | - |
| XYZ | 52.77 | 64.01 | 10.74 | - |
| YUV | 194.67 | 34.51 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 217 | 29 | 0.01 | 0 | 0.87 | 0.15 | 60.96 | 0.76 | 0.48 |
| Hex | D6 | D9 | 1D | 1 | 0 | 57 | F | 3D | 4C | 30 |
| Octal | 326 | 331 | 35 | 1 | 0 | 127 | 17 | 75 | 114 | 60 |
| Binary | 11010110 | 11011001 | 11101 | 1 | 0 | 1010111 | 1111 | 111101 | 1001100 | 110000 |
Color Harmonies of #D6D91D
Complementary color
Monochromatic Colors of #D6D91D
Black with #D6D91D
Text Example
Text Example
White with #D6D91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D91D; }
p { color: rgb(214,217,29); }
H1.HeaderClassName
{
color: #D6D91D;
}
.AnyTagClassName
{
color: #D6D91D;
}
</style>
background-color css
<style>
a { background-color: #D6D91D; }
a { background-color: rgb(214,217,29); }
div.DivClassName
{
background-color: #D6D91D;
}
.BgClassName
{
background-color: #D6D91D;
}
</style>
border-color css
<style>
span { border-color: #D6D91D; }
span { border-color: rgb(214,217,29); }
td.TdClassName
{
border-color: #D6D91D;
}
.TagClassName
{
border-color: #D6D91D;
}
</style>