Shades of Barberry #D0D419
Tints of Barberry #D0D419
RGB
CMYK
RGB Variations
Color information
#D0D419 (or 0xD0D419) is known color: Barberry. HEX triplet: D0, D4 and 19. RGB value is (208,212,25). Sum of RGB (Red+Green+Blue) = 208+212+25=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 212 (83.20% from 255 or 47.64% from 445); Blue value is 25 (10.16% from 255 or 5.62% from 445); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D419 is #2F2BE6. Grayscale: #BEBEBE. Windows color (decimal): -3091431 or 1692880. OLE color: 1692880.
HSL color Cylindrical-coordinate representation of color #D0D419: hue angle of 61.28º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0D419 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 212 | 25 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.17 |
| HSL | 61.28º | 0.79% | 0.46% | - |
| HSV(B) | 61.28º | 0.88% | 0.83% | - |
| XYZ | 49.73 | 60.57 | 9.99 | - |
| YUV | 189.49 | 35.17 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 25 | 0.02 | 0 | 0.88 | 0.17 | 61.28 | 0.79 | 0.46 |
| Hex | D0 | D4 | 19 | 2 | 0 | 58 | 11 | 3D | 4F | 2E |
| Octal | 320 | 324 | 31 | 2 | 0 | 130 | 21 | 75 | 117 | 56 |
| Binary | 11010000 | 11010100 | 11001 | 10 | 0 | 1011000 | 10001 | 111101 | 1001111 | 101110 |
Color Harmonies of #D0D419
Complementary color
Monochromatic Colors of #D0D419
Black with #D0D419
Text Example
Text Example
White with #D0D419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D419; }
p { color: rgb(208,212,25); }
H1.HeaderClassName
{
color: #D0D419;
}
.AnyTagClassName
{
color: #D0D419;
}
</style>
background-color css
<style>
a { background-color: #D0D419; }
a { background-color: rgb(208,212,25); }
div.DivClassName
{
background-color: #D0D419;
}
.BgClassName
{
background-color: #D0D419;
}
</style>
border-color css
<style>
span { border-color: #D0D419; }
span { border-color: rgb(208,212,25); }
td.TdClassName
{
border-color: #D0D419;
}
.TagClassName
{
border-color: #D0D419;
}
</style>