Shades of Barberry #D4C31C
Tints of Barberry #D4C31C
RGB
CMYK
RGB Variations
Color information
#D4C31C (or 0xD4C31C) is known color: Barberry. HEX triplet: D4, C3 and 1C. RGB value is (212,195,28). Sum of RGB (Red+Green+Blue) = 212+195+28=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C31C is #2B3CE3. Grayscale: #B5B5B5. Windows color (decimal): -2833636 or 1885140. OLE color: 1885140.
HSL color Cylindrical-coordinate representation of color #D4C31C: hue angle of 54.46º 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 #D4C31C is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 195 | 28 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.17 |
| HSL | 54.46º | 0.77% | 0.47% | - |
| HSV(B) | 54.46º | 0.87% | 0.83% | - |
| XYZ | 46.88 | 53.11 | 8.88 | - |
| YUV | 181.05 | 41.63 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 195 | 28 | 0 | 0.08 | 0.87 | 0.17 | 54.46 | 0.77 | 0.47 |
| Hex | D4 | C3 | 1C | 0 | 8 | 57 | 11 | 36 | 4D | 2F |
| Octal | 324 | 303 | 34 | 0 | 10 | 127 | 21 | 66 | 115 | 57 |
| Binary | 11010100 | 11000011 | 11100 | 0 | 1000 | 1010111 | 10001 | 110110 | 1001101 | 101111 |
Color Harmonies of #D4C31C
Complementary color
Monochromatic Colors of #D4C31C
Black with #D4C31C
Text Example
Text Example
White with #D4C31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C31C; }
p { color: rgb(212,195,28); }
H1.HeaderClassName
{
color: #D4C31C;
}
.AnyTagClassName
{
color: #D4C31C;
}
</style>
background-color css
<style>
a { background-color: #D4C31C; }
a { background-color: rgb(212,195,28); }
div.DivClassName
{
background-color: #D4C31C;
}
.BgClassName
{
background-color: #D4C31C;
}
</style>
border-color css
<style>
span { border-color: #D4C31C; }
span { border-color: rgb(212,195,28); }
td.TdClassName
{
border-color: #D4C31C;
}
.TagClassName
{
border-color: #D4C31C;
}
</style>