Shades of Barberry #D4C42D
Tints of Barberry #D4C42D
RGB
CMYK
RGB Variations
Color information
#D4C42D (or 0xD4C42D) is known color: Barberry. HEX triplet: D4, C4 and 2D. RGB value is (212,196,45). Sum of RGB (Red+Green+Blue) = 212+196+45=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C42D is #2B3BD2. Grayscale: #B8B8B8. Windows color (decimal): -2833363 or 2999508. OLE color: 2999508.
HSL color Cylindrical-coordinate representation of color #D4C42D: hue angle of 54.25º 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 #D4C42D is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 196 | 45 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.17 |
| HSL | 54.25º | 0.66% | 0.5% | - |
| HSV(B) | 54.25º | 0.79% | 0.83% | - |
| XYZ | 47.36 | 53.67 | 10.34 | - |
| YUV | 183.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 196 | 45 | 0 | 0.08 | 0.79 | 0.17 | 54.25 | 0.66 | 0.5 |
| Hex | D4 | C4 | 2D | 0 | 8 | 4F | 11 | 36 | 42 | 32 |
| Octal | 324 | 304 | 55 | 0 | 10 | 117 | 21 | 66 | 102 | 62 |
| Binary | 11010100 | 11000100 | 101101 | 0 | 1000 | 1001111 | 10001 | 110110 | 1000010 | 110010 |
Color Harmonies of #D4C42D
Complementary color
Monochromatic Colors of #D4C42D
Black with #D4C42D
Text Example
Text Example
White with #D4C42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C42D; }
p { color: rgb(212,196,45); }
H1.HeaderClassName
{
color: #D4C42D;
}
.AnyTagClassName
{
color: #D4C42D;
}
</style>
background-color css
<style>
a { background-color: #D4C42D; }
a { background-color: rgb(212,196,45); }
div.DivClassName
{
background-color: #D4C42D;
}
.BgClassName
{
background-color: #D4C42D;
}
</style>
border-color css
<style>
span { border-color: #D4C42D; }
span { border-color: rgb(212,196,45); }
td.TdClassName
{
border-color: #D4C42D;
}
.TagClassName
{
border-color: #D4C42D;
}
</style>