Shades of Barberry #D4CF1D
Tints of Barberry #D4CF1D
RGB
CMYK
RGB Variations
Color information
#D4CF1D (or 0xD4CF1D) is known color: Barberry. HEX triplet: D4, CF and 1D. RGB value is (212,207,29). Sum of RGB (Red+Green+Blue) = 212+207+29=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 29 (11.72% from 255 or 6.47% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CF1D is #2B30E2. Grayscale: #BCBCBC. Windows color (decimal): -2830563 or 1953748. OLE color: 1953748.
HSL color Cylindrical-coordinate representation of color #D4CF1D: hue angle of 58.36º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4CF1D is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 29 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.17 |
| HSL | 58.36º | 0.76% | 0.47% | - |
| HSV(B) | 58.36º | 0.86% | 0.83% | - |
| XYZ | 49.69 | 58.71 | 9.88 | - |
| YUV | 188.2 | 38.16 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 29 | 0 | 0.02 | 0.86 | 0.17 | 58.36 | 0.76 | 0.47 |
| Hex | D4 | CF | 1D | 0 | 2 | 56 | 11 | 3A | 4C | 2F |
| Octal | 324 | 317 | 35 | 0 | 2 | 126 | 21 | 72 | 114 | 57 |
| Binary | 11010100 | 11001111 | 11101 | 0 | 10 | 1010110 | 10001 | 111010 | 1001100 | 101111 |
Color Harmonies of #D4CF1D
Complementary color
Monochromatic Colors of #D4CF1D
Black with #D4CF1D
Text Example
Text Example
White with #D4CF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CF1D; }
p { color: rgb(212,207,29); }
H1.HeaderClassName
{
color: #D4CF1D;
}
.AnyTagClassName
{
color: #D4CF1D;
}
</style>
background-color css
<style>
a { background-color: #D4CF1D; }
a { background-color: rgb(212,207,29); }
div.DivClassName
{
background-color: #D4CF1D;
}
.BgClassName
{
background-color: #D4CF1D;
}
</style>
border-color css
<style>
span { border-color: #D4CF1D; }
span { border-color: rgb(212,207,29); }
td.TdClassName
{
border-color: #D4CF1D;
}
.TagClassName
{
border-color: #D4CF1D;
}
</style>