Shades of Barberry #DCD02A
Tints of Barberry #DCD02A
RGB
CMYK
RGB Variations
Color information
#DCD02A (or 0xDCD02A) is known color: Barberry. HEX triplet: DC, D0 and 2A. RGB value is (220,208,42). Sum of RGB (Red+Green+Blue) = 220+208+42=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 42 (16.80% from 255 or 8.94% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD02A is #232FD5. Grayscale: #C1C1C1. Windows color (decimal): -2306006 or 2805980. OLE color: 2805980.
HSL color Cylindrical-coordinate representation of color #DCD02A: hue angle of 55.96º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCD02A is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 42 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.14 |
| HSL | 55.96º | 0.72% | 0.51% | - |
| HSV(B) | 55.96º | 0.81% | 0.86% | - |
| XYZ | 52.49 | 60.49 | 11.1 | - |
| YUV | 192.66 | 42.98 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 42 | 0 | 0.05 | 0.81 | 0.14 | 55.96 | 0.72 | 0.51 |
| Hex | DC | D0 | 2A | 0 | 5 | 51 | E | 38 | 48 | 33 |
| Octal | 334 | 320 | 52 | 0 | 5 | 121 | 16 | 70 | 110 | 63 |
| Binary | 11011100 | 11010000 | 101010 | 0 | 101 | 1010001 | 1110 | 111000 | 1001000 | 110011 |
Color Harmonies of #DCD02A
Complementary color
Monochromatic Colors of #DCD02A
Black with #DCD02A
Text Example
Text Example
White with #DCD02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD02A; }
p { color: rgb(220,208,42); }
H1.HeaderClassName
{
color: #DCD02A;
}
.AnyTagClassName
{
color: #DCD02A;
}
</style>
background-color css
<style>
a { background-color: #DCD02A; }
a { background-color: rgb(220,208,42); }
div.DivClassName
{
background-color: #DCD02A;
}
.BgClassName
{
background-color: #DCD02A;
}
</style>
border-color css
<style>
span { border-color: #DCD02A; }
span { border-color: rgb(220,208,42); }
td.TdClassName
{
border-color: #DCD02A;
}
.TagClassName
{
border-color: #DCD02A;
}
</style>