Shades of Barberry #D4D223
Tints of Barberry #D4D223
RGB
CMYK
RGB Variations
Color information
#D4D223 (or 0xD4D223) is known color: Barberry. HEX triplet: D4, D2 and 23. RGB value is (212,210,35). Sum of RGB (Red+Green+Blue) = 212+210+35=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 35 (14.06% from 255 or 7.66% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D223 is #2B2DDC. Grayscale: #BFBFBF. Windows color (decimal): -2829789 or 2347732. OLE color: 2347732.
HSL color Cylindrical-coordinate representation of color #D4D223: hue angle of 59.32º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4D223 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 210 | 35 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.17 |
| HSL | 59.32º | 0.72% | 0.48% | - |
| HSV(B) | 59.32º | 0.83% | 0.83% | - |
| XYZ | 50.5 | 60.21 | 10.55 | - |
| YUV | 190.65 | 40.16 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 35 | 0 | 0.01 | 0.83 | 0.17 | 59.32 | 0.72 | 0.48 |
| Hex | D4 | D2 | 23 | 0 | 1 | 53 | 11 | 3B | 48 | 30 |
| Octal | 324 | 322 | 43 | 0 | 1 | 123 | 21 | 73 | 110 | 60 |
| Binary | 11010100 | 11010010 | 100011 | 0 | 1 | 1010011 | 10001 | 111011 | 1001000 | 110000 |
Color Harmonies of #D4D223
Complementary color
Monochromatic Colors of #D4D223
Black with #D4D223
Text Example
Text Example
White with #D4D223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D223; }
p { color: rgb(212,210,35); }
H1.HeaderClassName
{
color: #D4D223;
}
.AnyTagClassName
{
color: #D4D223;
}
</style>
background-color css
<style>
a { background-color: #D4D223; }
a { background-color: rgb(212,210,35); }
div.DivClassName
{
background-color: #D4D223;
}
.BgClassName
{
background-color: #D4D223;
}
</style>
border-color css
<style>
span { border-color: #D4D223; }
span { border-color: rgb(212,210,35); }
td.TdClassName
{
border-color: #D4D223;
}
.TagClassName
{
border-color: #D4D223;
}
</style>