Shades of Barberry #D0D41E
Tints of Barberry #D0D41E
RGB
CMYK
RGB Variations
Color information
#D0D41E (or 0xD0D41E) is known color: Barberry. HEX triplet: D0, D4 and 1E. RGB value is (208,212,30). Sum of RGB (Red+Green+Blue) = 208+212+30=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D41E is #2F2BE1. Grayscale: #BEBEBE. Windows color (decimal): -3091426 or 2020560. OLE color: 2020560.
HSL color Cylindrical-coordinate representation of color #D0D41E: hue angle of 61.32º 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 #D0D41E is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 212 | 30 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.17 |
| HSL | 61.32º | 0.75% | 0.47% | - |
| HSV(B) | 61.32º | 0.86% | 0.83% | - |
| XYZ | 49.79 | 60.59 | 10.3 | - |
| YUV | 190.06 | 37.67 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 30 | 0.02 | 0 | 0.86 | 0.17 | 61.32 | 0.75 | 0.47 |
| Hex | D0 | D4 | 1E | 2 | 0 | 56 | 11 | 3D | 4B | 2F |
| Octal | 320 | 324 | 36 | 2 | 0 | 126 | 21 | 75 | 113 | 57 |
| Binary | 11010000 | 11010100 | 11110 | 10 | 0 | 1010110 | 10001 | 111101 | 1001011 | 101111 |
Color Harmonies of #D0D41E
Complementary color
Monochromatic Colors of #D0D41E
Black with #D0D41E
Text Example
Text Example
White with #D0D41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D41E; }
p { color: rgb(208,212,30); }
H1.HeaderClassName
{
color: #D0D41E;
}
.AnyTagClassName
{
color: #D0D41E;
}
</style>
background-color css
<style>
a { background-color: #D0D41E; }
a { background-color: rgb(208,212,30); }
div.DivClassName
{
background-color: #D0D41E;
}
.BgClassName
{
background-color: #D0D41E;
}
</style>
border-color css
<style>
span { border-color: #D0D41E; }
span { border-color: rgb(208,212,30); }
td.TdClassName
{
border-color: #D0D41E;
}
.TagClassName
{
border-color: #D0D41E;
}
</style>