Shades of Barberry #DCCD1E
Tints of Barberry #DCCD1E
RGB
CMYK
RGB Variations
Color information
#DCCD1E (or 0xDCCD1E) is known color: Barberry. HEX triplet: DC, CD and 1E. RGB value is (220,205,30). Sum of RGB (Red+Green+Blue) = 220+205+30=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 30 (12.11% from 255 or 6.59% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD1E is #2332E1. Grayscale: #BEBEBE. Windows color (decimal): -2306786 or 2018780. OLE color: 2018780.
HSL color Cylindrical-coordinate representation of color #DCCD1E: hue angle of 55.26º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCCD1E is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 30 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.14 |
| HSL | 55.26º | 0.76% | 0.49% | - |
| HSV(B) | 55.26º | 0.86% | 0.86% | - |
| XYZ | 51.58 | 58.97 | 9.89 | - |
| YUV | 189.54 | 37.97 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 30 | 0 | 0.07 | 0.86 | 0.14 | 55.26 | 0.76 | 0.49 |
| Hex | DC | CD | 1E | 0 | 7 | 56 | E | 37 | 4C | 31 |
| Octal | 334 | 315 | 36 | 0 | 7 | 126 | 16 | 67 | 114 | 61 |
| Binary | 11011100 | 11001101 | 11110 | 0 | 111 | 1010110 | 1110 | 110111 | 1001100 | 110001 |
Color Harmonies of #DCCD1E
Complementary color
Monochromatic Colors of #DCCD1E
Black with #DCCD1E
Text Example
Text Example
White with #DCCD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD1E; }
p { color: rgb(220,205,30); }
H1.HeaderClassName
{
color: #DCCD1E;
}
.AnyTagClassName
{
color: #DCCD1E;
}
</style>
background-color css
<style>
a { background-color: #DCCD1E; }
a { background-color: rgb(220,205,30); }
div.DivClassName
{
background-color: #DCCD1E;
}
.BgClassName
{
background-color: #DCCD1E;
}
</style>
border-color css
<style>
span { border-color: #DCCD1E; }
span { border-color: rgb(220,205,30); }
td.TdClassName
{
border-color: #DCCD1E;
}
.TagClassName
{
border-color: #DCCD1E;
}
</style>