Shades of Barberry #D1C023
Tints of Barberry #D1C023
RGB
CMYK
RGB Variations
Color information
#D1C023 (or 0xD1C023) is known color: Barberry. HEX triplet: D1, C0 and 23. RGB value is (209,192,35). Sum of RGB (Red+Green+Blue) = 209+192+35=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 35 (14.06% from 255 or 8.03% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C023 is #2E3FDC. Grayscale: #B3B3B3. Windows color (decimal): -3031005 or 2343121. OLE color: 2343121.
HSL color Cylindrical-coordinate representation of color #D1C023: hue angle of 54.14º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1C023 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 35 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.18 |
| HSL | 54.14º | 0.71% | 0.48% | - |
| HSV(B) | 54.14º | 0.83% | 0.82% | - |
| XYZ | 45.45 | 51.38 | 9.11 | - |
| YUV | 179.19 | 46.63 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 35 | 0 | 0.08 | 0.83 | 0.18 | 54.14 | 0.71 | 0.48 |
| Hex | D1 | C0 | 23 | 0 | 8 | 53 | 12 | 36 | 47 | 30 |
| Octal | 321 | 300 | 43 | 0 | 10 | 123 | 22 | 66 | 107 | 60 |
| Binary | 11010001 | 11000000 | 100011 | 0 | 1000 | 1010011 | 10010 | 110110 | 1000111 | 110000 |
Color Harmonies of #D1C023
Complementary color
Monochromatic Colors of #D1C023
Black with #D1C023
Text Example
Text Example
White with #D1C023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C023; }
p { color: rgb(209,192,35); }
H1.HeaderClassName
{
color: #D1C023;
}
.AnyTagClassName
{
color: #D1C023;
}
</style>
background-color css
<style>
a { background-color: #D1C023; }
a { background-color: rgb(209,192,35); }
div.DivClassName
{
background-color: #D1C023;
}
.BgClassName
{
background-color: #D1C023;
}
</style>
border-color css
<style>
span { border-color: #D1C023; }
span { border-color: rgb(209,192,35); }
td.TdClassName
{
border-color: #D1C023;
}
.TagClassName
{
border-color: #D1C023;
}
</style>