Shades of Barberry #DCD02B
Tints of Barberry #DCD02B
RGB
CMYK
RGB Variations
Color information
#DCD02B (or 0xDCD02B) is known color: Barberry. HEX triplet: DC, D0 and 2B. RGB value is (220,208,43). Sum of RGB (Red+Green+Blue) = 220+208+43=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 43 (17.19% from 255 or 9.13% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD02B is #232FD4. Grayscale: #C1C1C1. Windows color (decimal): -2306005 or 2871516. OLE color: 2871516.
HSL color Cylindrical-coordinate representation of color #DCD02B: hue angle of 55.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCD02B is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 43 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.14 |
| HSL | 55.93º | 0.72% | 0.52% | - |
| HSV(B) | 55.93º | 0.8% | 0.86% | - |
| XYZ | 52.51 | 60.5 | 11.2 | - |
| YUV | 192.78 | 43.48 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 43 | 0 | 0.05 | 0.80 | 0.14 | 55.93 | 0.72 | 0.52 |
| Hex | DC | D0 | 2B | 0 | 5 | 50 | E | 38 | 48 | 34 |
| Octal | 334 | 320 | 53 | 0 | 5 | 120 | 16 | 70 | 110 | 64 |
| Binary | 11011100 | 11010000 | 101011 | 0 | 101 | 1010000 | 1110 | 111000 | 1001000 | 110100 |
Color Harmonies of #DCD02B
Complementary color
Monochromatic Colors of #DCD02B
Black with #DCD02B
Text Example
Text Example
White with #DCD02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD02B; }
p { color: rgb(220,208,43); }
H1.HeaderClassName
{
color: #DCD02B;
}
.AnyTagClassName
{
color: #DCD02B;
}
</style>
background-color css
<style>
a { background-color: #DCD02B; }
a { background-color: rgb(220,208,43); }
div.DivClassName
{
background-color: #DCD02B;
}
.BgClassName
{
background-color: #DCD02B;
}
</style>
border-color css
<style>
span { border-color: #DCD02B; }
span { border-color: rgb(220,208,43); }
td.TdClassName
{
border-color: #DCD02B;
}
.TagClassName
{
border-color: #DCD02B;
}
</style>