Shades of Barberry #D4D127
Tints of Barberry #D4D127
RGB
CMYK
RGB Variations
Color information
#D4D127 (or 0xD4D127) is known color: Barberry. HEX triplet: D4, D1 and 27. RGB value is (212,209,39). Sum of RGB (Red+Green+Blue) = 212+209+39=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 39 (15.62% from 255 or 8.48% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D127 is #2B2ED8. Grayscale: #BFBFBF. Windows color (decimal): -2830041 or 2609620. OLE color: 2609620.
HSL color Cylindrical-coordinate representation of color #D4D127: hue angle of 58.96º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4D127 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 39 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.17 |
| HSL | 58.96º | 0.69% | 0.49% | - |
| HSV(B) | 58.96º | 0.82% | 0.83% | - |
| XYZ | 50.32 | 59.74 | 10.8 | - |
| YUV | 190.52 | 42.49 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 39 | 0 | 0.01 | 0.82 | 0.17 | 58.96 | 0.69 | 0.49 |
| Hex | D4 | D1 | 27 | 0 | 1 | 52 | 11 | 3B | 45 | 31 |
| Octal | 324 | 321 | 47 | 0 | 1 | 122 | 21 | 73 | 105 | 61 |
| Binary | 11010100 | 11010001 | 100111 | 0 | 1 | 1010010 | 10001 | 111011 | 1000101 | 110001 |
Color Harmonies of #D4D127
Complementary color
Monochromatic Colors of #D4D127
Black with #D4D127
Text Example
Text Example
White with #D4D127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D127; }
p { color: rgb(212,209,39); }
H1.HeaderClassName
{
color: #D4D127;
}
.AnyTagClassName
{
color: #D4D127;
}
</style>
background-color css
<style>
a { background-color: #D4D127; }
a { background-color: rgb(212,209,39); }
div.DivClassName
{
background-color: #D4D127;
}
.BgClassName
{
background-color: #D4D127;
}
</style>
border-color css
<style>
span { border-color: #D4D127; }
span { border-color: rgb(212,209,39); }
td.TdClassName
{
border-color: #D4D127;
}
.TagClassName
{
border-color: #D4D127;
}
</style>