Shades of Barberry #D4CF1C
Tints of Barberry #D4CF1C
RGB
CMYK
RGB Variations
Color information
#D4CF1C (or 0xD4CF1C) is known color: Barberry. HEX triplet: D4, CF and 1C. RGB value is (212,207,28). Sum of RGB (Red+Green+Blue) = 212+207+28=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CF1C is #2B30E3. Grayscale: #BCBCBC. Windows color (decimal): -2830564 or 1888212. OLE color: 1888212.
HSL color Cylindrical-coordinate representation of color #D4CF1C: hue angle of 58.37º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4CF1C is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 28 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.17 |
| HSL | 58.37º | 0.77% | 0.47% | - |
| HSV(B) | 58.37º | 0.87% | 0.83% | - |
| XYZ | 49.67 | 58.71 | 9.81 | - |
| YUV | 188.09 | 37.66 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 28 | 0 | 0.02 | 0.87 | 0.17 | 58.37 | 0.77 | 0.47 |
| Hex | D4 | CF | 1C | 0 | 2 | 57 | 11 | 3A | 4D | 2F |
| Octal | 324 | 317 | 34 | 0 | 2 | 127 | 21 | 72 | 115 | 57 |
| Binary | 11010100 | 11001111 | 11100 | 0 | 10 | 1010111 | 10001 | 111010 | 1001101 | 101111 |
Color Harmonies of #D4CF1C
Complementary color
Monochromatic Colors of #D4CF1C
Black with #D4CF1C
Text Example
Text Example
White with #D4CF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CF1C; }
p { color: rgb(212,207,28); }
H1.HeaderClassName
{
color: #D4CF1C;
}
.AnyTagClassName
{
color: #D4CF1C;
}
</style>
background-color css
<style>
a { background-color: #D4CF1C; }
a { background-color: rgb(212,207,28); }
div.DivClassName
{
background-color: #D4CF1C;
}
.BgClassName
{
background-color: #D4CF1C;
}
</style>
border-color css
<style>
span { border-color: #D4CF1C; }
span { border-color: rgb(212,207,28); }
td.TdClassName
{
border-color: #D4CF1C;
}
.TagClassName
{
border-color: #D4CF1C;
}
</style>