Shades of Barberry #D3C827
Tints of Barberry #D3C827
RGB
CMYK
RGB Variations
Color information
#D3C827 (or 0xD3C827) is known color: Barberry. HEX triplet: D3, C8 and 27. RGB value is (211,200,39). Sum of RGB (Red+Green+Blue) = 211+200+39=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 39 (15.62% from 255 or 8.67% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C827 is #2C37D8. Grayscale: #B9B9B9. Windows color (decimal): -2897881 or 2607315. OLE color: 2607315.
HSL color Cylindrical-coordinate representation of color #D3C827: hue angle of 56.16º 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 #D3C827 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 200 | 39 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.17 |
| HSL | 56.16º | 0.69% | 0.49% | - |
| HSV(B) | 56.16º | 0.82% | 0.83% | - |
| XYZ | 47.88 | 55.3 | 10.07 | - |
| YUV | 184.94 | 45.64 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 200 | 39 | 0 | 0.05 | 0.82 | 0.17 | 56.16 | 0.69 | 0.49 |
| Hex | D3 | C8 | 27 | 0 | 5 | 52 | 11 | 38 | 45 | 31 |
| Octal | 323 | 310 | 47 | 0 | 5 | 122 | 21 | 70 | 105 | 61 |
| Binary | 11010011 | 11001000 | 100111 | 0 | 101 | 1010010 | 10001 | 111000 | 1000101 | 110001 |
Color Harmonies of #D3C827
Complementary color
Monochromatic Colors of #D3C827
Black with #D3C827
Text Example
Text Example
White with #D3C827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C827; }
p { color: rgb(211,200,39); }
H1.HeaderClassName
{
color: #D3C827;
}
.AnyTagClassName
{
color: #D3C827;
}
</style>
background-color css
<style>
a { background-color: #D3C827; }
a { background-color: rgb(211,200,39); }
div.DivClassName
{
background-color: #D3C827;
}
.BgClassName
{
background-color: #D3C827;
}
</style>
border-color css
<style>
span { border-color: #D3C827; }
span { border-color: rgb(211,200,39); }
td.TdClassName
{
border-color: #D3C827;
}
.TagClassName
{
border-color: #D3C827;
}
</style>