Shades of Barberry #D4CB2D
Tints of Barberry #D4CB2D
RGB
CMYK
RGB Variations
Color information
#D4CB2D (or 0xD4CB2D) is known color: Barberry. HEX triplet: D4, CB and 2D. RGB value is (212,203,45). Sum of RGB (Red+Green+Blue) = 212+203+45=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CB2D is #2B34D2. Grayscale: #BCBCBC. Windows color (decimal): -2831571 or 3001300. OLE color: 3001300.
HSL color Cylindrical-coordinate representation of color #D4CB2D: hue angle of 56.77º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4CB2D is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 45 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.17 |
| HSL | 56.77º | 0.66% | 0.5% | - |
| HSV(B) | 56.77º | 0.79% | 0.83% | - |
| XYZ | 48.98 | 56.9 | 10.88 | - |
| YUV | 187.68 | 47.48 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 45 | 0 | 0.04 | 0.79 | 0.17 | 56.77 | 0.66 | 0.5 |
| Hex | D4 | CB | 2D | 0 | 4 | 4F | 11 | 39 | 42 | 32 |
| Octal | 324 | 313 | 55 | 0 | 4 | 117 | 21 | 71 | 102 | 62 |
| Binary | 11010100 | 11001011 | 101101 | 0 | 100 | 1001111 | 10001 | 111001 | 1000010 | 110010 |
Color Harmonies of #D4CB2D
Complementary color
Monochromatic Colors of #D4CB2D
Black with #D4CB2D
Text Example
Text Example
White with #D4CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CB2D; }
p { color: rgb(212,203,45); }
H1.HeaderClassName
{
color: #D4CB2D;
}
.AnyTagClassName
{
color: #D4CB2D;
}
</style>
background-color css
<style>
a { background-color: #D4CB2D; }
a { background-color: rgb(212,203,45); }
div.DivClassName
{
background-color: #D4CB2D;
}
.BgClassName
{
background-color: #D4CB2D;
}
</style>
border-color css
<style>
span { border-color: #D4CB2D; }
span { border-color: rgb(212,203,45); }
td.TdClassName
{
border-color: #D4CB2D;
}
.TagClassName
{
border-color: #D4CB2D;
}
</style>