Shades of Barberry #D0D614
Tints of Barberry #D0D614
RGB
CMYK
RGB Variations
Color information
#D0D614 (or 0xD0D614) is known color: Barberry. HEX triplet: D0, D6 and 14. RGB value is (208,214,20). Sum of RGB (Red+Green+Blue) = 208+214+20=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D614 is #2F29EB. Grayscale: #BEBEBE. Windows color (decimal): -3090924 or 1365712. OLE color: 1365712.
HSL color Cylindrical-coordinate representation of color #D0D614: hue angle of 61.86º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0D614 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 20 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.16 |
| HSL | 61.86º | 0.83% | 0.46% | - |
| HSV(B) | 61.86º | 0.91% | 0.84% | - |
| XYZ | 50.19 | 61.55 | 9.9 | - |
| YUV | 190.09 | 32.01 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 20 | 0.03 | 0 | 0.91 | 0.16 | 61.86 | 0.83 | 0.46 |
| Hex | D0 | D6 | 14 | 3 | 0 | 5B | 10 | 3E | 53 | 2E |
| Octal | 320 | 326 | 24 | 3 | 0 | 133 | 20 | 76 | 123 | 56 |
| Binary | 11010000 | 11010110 | 10100 | 11 | 0 | 1011011 | 10000 | 111110 | 1010011 | 101110 |
Color Harmonies of #D0D614
Complementary color
Monochromatic Colors of #D0D614
Black with #D0D614
Text Example
Text Example
White with #D0D614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D614; }
p { color: rgb(208,214,20); }
H1.HeaderClassName
{
color: #D0D614;
}
.AnyTagClassName
{
color: #D0D614;
}
</style>
background-color css
<style>
a { background-color: #D0D614; }
a { background-color: rgb(208,214,20); }
div.DivClassName
{
background-color: #D0D614;
}
.BgClassName
{
background-color: #D0D614;
}
</style>
border-color css
<style>
span { border-color: #D0D614; }
span { border-color: rgb(208,214,20); }
td.TdClassName
{
border-color: #D0D614;
}
.TagClassName
{
border-color: #D0D614;
}
</style>