Shades of Barberry #D2D71E
Tints of Barberry #D2D71E
RGB
CMYK
RGB Variations
Color information
#D2D71E (or 0xD2D71E) is known color: Barberry. HEX triplet: D2, D7 and 1E. RGB value is (210,215,30). Sum of RGB (Red+Green+Blue) = 210+215+30=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 215 (84.38% from 255 or 47.25% from 455); Blue value is 30 (12.11% from 255 or 6.59% from 455); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D71E is #2D28E1. Grayscale: #C1C1C1. Windows color (decimal): -2959586 or 2021330. OLE color: 2021330.
HSL color Cylindrical-coordinate representation of color #D2D71E: hue angle of 61.62º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2D71E is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 30 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.16 |
| HSL | 61.62º | 0.76% | 0.48% | - |
| HSV(B) | 61.62º | 0.86% | 0.84% | - |
| XYZ | 51.11 | 62.4 | 10.58 | - |
| YUV | 192.42 | 36.34 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 30 | 0.02 | 0 | 0.86 | 0.16 | 61.62 | 0.76 | 0.48 |
| Hex | D2 | D7 | 1E | 2 | 0 | 56 | 10 | 3E | 4C | 30 |
| Octal | 322 | 327 | 36 | 2 | 0 | 126 | 20 | 76 | 114 | 60 |
| Binary | 11010010 | 11010111 | 11110 | 10 | 0 | 1010110 | 10000 | 111110 | 1001100 | 110000 |
Color Harmonies of #D2D71E
Complementary color
Monochromatic Colors of #D2D71E
Black with #D2D71E
Text Example
Text Example
White with #D2D71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D71E; }
p { color: rgb(210,215,30); }
H1.HeaderClassName
{
color: #D2D71E;
}
.AnyTagClassName
{
color: #D2D71E;
}
</style>
background-color css
<style>
a { background-color: #D2D71E; }
a { background-color: rgb(210,215,30); }
div.DivClassName
{
background-color: #D2D71E;
}
.BgClassName
{
background-color: #D2D71E;
}
</style>
border-color css
<style>
span { border-color: #D2D71E; }
span { border-color: rgb(210,215,30); }
td.TdClassName
{
border-color: #D2D71E;
}
.TagClassName
{
border-color: #D2D71E;
}
</style>