Shades of Barberry #D3C92C
Tints of Barberry #D3C92C
RGB
CMYK
RGB Variations
Color information
#D3C92C (or 0xD3C92C) is known color: Barberry. HEX triplet: D3, C9 and 2C. RGB value is (211,201,44). Sum of RGB (Red+Green+Blue) = 211+201+44=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C92C is #2C36D3. Grayscale: #BABABA. Windows color (decimal): -2897620 or 2935251. OLE color: 2935251.
HSL color Cylindrical-coordinate representation of color #D3C92C: hue angle of 56.41º degrees, saturation: 0.65, 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 #D3C92C is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 201 | 44 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.17 |
| HSL | 56.41º | 0.65% | 0.5% | - |
| HSV(B) | 56.41º | 0.79% | 0.83% | - |
| XYZ | 48.21 | 55.8 | 10.61 | - |
| YUV | 186.09 | 47.81 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 44 | 0 | 0.05 | 0.79 | 0.17 | 56.41 | 0.65 | 0.5 |
| Hex | D3 | C9 | 2C | 0 | 5 | 4F | 11 | 38 | 41 | 32 |
| Octal | 323 | 311 | 54 | 0 | 5 | 117 | 21 | 70 | 101 | 62 |
| Binary | 11010011 | 11001001 | 101100 | 0 | 101 | 1001111 | 10001 | 111000 | 1000001 | 110010 |
Color Harmonies of #D3C92C
Complementary color
Monochromatic Colors of #D3C92C
Black with #D3C92C
Text Example
Text Example
White with #D3C92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C92C; }
p { color: rgb(211,201,44); }
H1.HeaderClassName
{
color: #D3C92C;
}
.AnyTagClassName
{
color: #D3C92C;
}
</style>
background-color css
<style>
a { background-color: #D3C92C; }
a { background-color: rgb(211,201,44); }
div.DivClassName
{
background-color: #D3C92C;
}
.BgClassName
{
background-color: #D3C92C;
}
</style>
border-color css
<style>
span { border-color: #D3C92C; }
span { border-color: rgb(211,201,44); }
td.TdClassName
{
border-color: #D3C92C;
}
.TagClassName
{
border-color: #D3C92C;
}
</style>