Shades of Barberry #D2D71F
Tints of Barberry #D2D71F
RGB
CMYK
RGB Variations
Color information
#D2D71F (or 0xD2D71F) is known color: Barberry. HEX triplet: D2, D7 and 1F. RGB value is (210,215,31). Sum of RGB (Red+Green+Blue) = 210+215+31=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 31 (12.5% from 255 or 6.80% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D71F is #2D28E0. Grayscale: #C1C1C1. Windows color (decimal): -2959585 or 2086866. OLE color: 2086866.
HSL color Cylindrical-coordinate representation of color #D2D71F: hue angle of 61.63º degrees, saturation: 0.75, 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 #D2D71F is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 31 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.16 |
| HSL | 61.63º | 0.75% | 0.48% | - |
| HSV(B) | 61.63º | 0.86% | 0.84% | - |
| XYZ | 51.13 | 62.4 | 10.65 | - |
| YUV | 192.53 | 36.84 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 31 | 0.02 | 0 | 0.86 | 0.16 | 61.63 | 0.75 | 0.48 |
| Hex | D2 | D7 | 1F | 2 | 0 | 56 | 10 | 3E | 4B | 30 |
| Octal | 322 | 327 | 37 | 2 | 0 | 126 | 20 | 76 | 113 | 60 |
| Binary | 11010010 | 11010111 | 11111 | 10 | 0 | 1010110 | 10000 | 111110 | 1001011 | 110000 |
Color Harmonies of #D2D71F
Complementary color
Monochromatic Colors of #D2D71F
Black with #D2D71F
Text Example
Text Example
White with #D2D71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D71F; }
p { color: rgb(210,215,31); }
H1.HeaderClassName
{
color: #D2D71F;
}
.AnyTagClassName
{
color: #D2D71F;
}
</style>
background-color css
<style>
a { background-color: #D2D71F; }
a { background-color: rgb(210,215,31); }
div.DivClassName
{
background-color: #D2D71F;
}
.BgClassName
{
background-color: #D2D71F;
}
</style>
border-color css
<style>
span { border-color: #D2D71F; }
span { border-color: rgb(210,215,31); }
td.TdClassName
{
border-color: #D2D71F;
}
.TagClassName
{
border-color: #D2D71F;
}
</style>