Shades of Barberry #DCCD1A
Tints of Barberry #DCCD1A
RGB
CMYK
RGB Variations
Color information
#DCCD1A (or 0xDCCD1A) is known color: Barberry. HEX triplet: DC, CD and 1A. RGB value is (220,205,26). Sum of RGB (Red+Green+Blue) = 220+205+26=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 26 (10.55% from 255 or 5.76% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD1A is #2332E5. Grayscale: #BDBDBD. Windows color (decimal): -2306790 or 1756636. OLE color: 1756636.
HSL color Cylindrical-coordinate representation of color #DCCD1A: hue angle of 55.36º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCCD1A is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 26 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.14 |
| HSL | 55.36º | 0.79% | 0.48% | - |
| HSV(B) | 55.36º | 0.88% | 0.86% | - |
| XYZ | 51.53 | 58.95 | 9.64 | - |
| YUV | 189.08 | 35.97 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 26 | 0 | 0.07 | 0.88 | 0.14 | 55.36 | 0.79 | 0.48 |
| Hex | DC | CD | 1A | 0 | 7 | 58 | E | 37 | 4F | 30 |
| Octal | 334 | 315 | 32 | 0 | 7 | 130 | 16 | 67 | 117 | 60 |
| Binary | 11011100 | 11001101 | 11010 | 0 | 111 | 1011000 | 1110 | 110111 | 1001111 | 110000 |
Color Harmonies of #DCCD1A
Complementary color
Monochromatic Colors of #DCCD1A
Black with #DCCD1A
Text Example
Text Example
White with #DCCD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD1A; }
p { color: rgb(220,205,26); }
H1.HeaderClassName
{
color: #DCCD1A;
}
.AnyTagClassName
{
color: #DCCD1A;
}
</style>
background-color css
<style>
a { background-color: #DCCD1A; }
a { background-color: rgb(220,205,26); }
div.DivClassName
{
background-color: #DCCD1A;
}
.BgClassName
{
background-color: #DCCD1A;
}
</style>
border-color css
<style>
span { border-color: #DCCD1A; }
span { border-color: rgb(220,205,26); }
td.TdClassName
{
border-color: #DCCD1A;
}
.TagClassName
{
border-color: #DCCD1A;
}
</style>