Shades of Barberry #D3D314
Tints of Barberry #D3D314
RGB
CMYK
RGB Variations
Color information
#D3D314 (or 0xD3D314) is known color: Barberry. HEX triplet: D3, D3 and 14. RGB value is (211,211,20). Sum of RGB (Red+Green+Blue) = 211+211+20=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 211 - color contains mainly: red, green. Hex color #D3D314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D314 is #2C2CEB. Grayscale: #BDBDBD. Windows color (decimal): -2895084 or 1364947. OLE color: 1364947.
HSL color Cylindrical-coordinate representation of color #D3D314: hue angle of 60º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3D314 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 211 | 20 | - |
| CMYK | 0 | 0 | 0.91 | 0.17 |
| HSL | 60º | 0.83% | 0.45% | - |
| HSV(B) | 60º | 0.91% | 0.83% | - |
| XYZ | 50.28 | 60.49 | 9.69 | - |
| YUV | 189.23 | 32.5 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 211 | 20 | 0 | 0 | 0.91 | 0.17 | 60 | 0.83 | 0.45 |
| Hex | D3 | D3 | 14 | 0 | 0 | 5B | 11 | 3C | 53 | 2D |
| Octal | 323 | 323 | 24 | 0 | 0 | 133 | 21 | 74 | 123 | 55 |
| Binary | 11010011 | 11010011 | 10100 | 0 | 0 | 1011011 | 10001 | 111100 | 1010011 | 101101 |
Color Harmonies of #D3D314
Complementary color
Monochromatic Colors of #D3D314
Black with #D3D314
Text Example
Text Example
White with #D3D314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D314; }
p { color: rgb(211,211,20); }
H1.HeaderClassName
{
color: #D3D314;
}
.AnyTagClassName
{
color: #D3D314;
}
</style>
background-color css
<style>
a { background-color: #D3D314; }
a { background-color: rgb(211,211,20); }
div.DivClassName
{
background-color: #D3D314;
}
.BgClassName
{
background-color: #D3D314;
}
</style>
border-color css
<style>
span { border-color: #D3D314; }
span { border-color: rgb(211,211,20); }
td.TdClassName
{
border-color: #D3D314;
}
.TagClassName
{
border-color: #D3D314;
}
</style>