Shades of Barberry #D0D41B
Tints of Barberry #D0D41B
RGB
CMYK
RGB Variations
Color information
#D0D41B (or 0xD0D41B) is known color: Barberry. HEX triplet: D0, D4 and 1B. RGB value is (208,212,27). Sum of RGB (Red+Green+Blue) = 208+212+27=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 27 (10.94% from 255 or 6.04% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D41B is #2F2BE4. Grayscale: #BEBEBE. Windows color (decimal): -3091429 or 1823952. OLE color: 1823952.
HSL color Cylindrical-coordinate representation of color #D0D41B: hue angle of 61.3º 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 #D0D41B is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 212 | 27 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.17 |
| HSL | 61.3º | 0.77% | 0.47% | - |
| HSV(B) | 61.3º | 0.87% | 0.83% | - |
| XYZ | 49.75 | 60.58 | 10.11 | - |
| YUV | 189.71 | 36.17 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 27 | 0.02 | 0 | 0.87 | 0.17 | 61.3 | 0.77 | 0.47 |
| Hex | D0 | D4 | 1B | 2 | 0 | 57 | 11 | 3D | 4D | 2F |
| Octal | 320 | 324 | 33 | 2 | 0 | 127 | 21 | 75 | 115 | 57 |
| Binary | 11010000 | 11010100 | 11011 | 10 | 0 | 1010111 | 10001 | 111101 | 1001101 | 101111 |
Color Harmonies of #D0D41B
Complementary color
Monochromatic Colors of #D0D41B
Black with #D0D41B
Text Example
Text Example
White with #D0D41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D41B; }
p { color: rgb(208,212,27); }
H1.HeaderClassName
{
color: #D0D41B;
}
.AnyTagClassName
{
color: #D0D41B;
}
</style>
background-color css
<style>
a { background-color: #D0D41B; }
a { background-color: rgb(208,212,27); }
div.DivClassName
{
background-color: #D0D41B;
}
.BgClassName
{
background-color: #D0D41B;
}
</style>
border-color css
<style>
span { border-color: #D0D41B; }
span { border-color: rgb(208,212,27); }
td.TdClassName
{
border-color: #D0D41B;
}
.TagClassName
{
border-color: #D0D41B;
}
</style>