Shades of Barberry #DCCD21
Tints of Barberry #DCCD21
RGB
CMYK
RGB Variations
Color information
#DCCD21 (or 0xDCCD21) is known color: Barberry. HEX triplet: DC, CD and 21. RGB value is (220,205,33). Sum of RGB (Red+Green+Blue) = 220+205+33=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 33 (13.28% from 255 or 7.21% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD21 is #2332DE. Grayscale: #BEBEBE. Windows color (decimal): -2306783 or 2215388. OLE color: 2215388.
HSL color Cylindrical-coordinate representation of color #DCCD21: hue angle of 55.19º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCCD21 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 33 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.14 |
| HSL | 55.19º | 0.74% | 0.5% | - |
| HSV(B) | 55.19º | 0.85% | 0.86% | - |
| XYZ | 51.62 | 58.99 | 10.1 | - |
| YUV | 189.88 | 39.47 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 33 | 0 | 0.07 | 0.85 | 0.14 | 55.19 | 0.74 | 0.5 |
| Hex | DC | CD | 21 | 0 | 7 | 55 | E | 37 | 4A | 32 |
| Octal | 334 | 315 | 41 | 0 | 7 | 125 | 16 | 67 | 112 | 62 |
| Binary | 11011100 | 11001101 | 100001 | 0 | 111 | 1010101 | 1110 | 110111 | 1001010 | 110010 |
Color Harmonies of #DCCD21
Complementary color
Monochromatic Colors of #DCCD21
Black with #DCCD21
Text Example
Text Example
White with #DCCD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD21; }
p { color: rgb(220,205,33); }
H1.HeaderClassName
{
color: #DCCD21;
}
.AnyTagClassName
{
color: #DCCD21;
}
</style>
background-color css
<style>
a { background-color: #DCCD21; }
a { background-color: rgb(220,205,33); }
div.DivClassName
{
background-color: #DCCD21;
}
.BgClassName
{
background-color: #DCCD21;
}
</style>
border-color css
<style>
span { border-color: #DCCD21; }
span { border-color: rgb(220,205,33); }
td.TdClassName
{
border-color: #DCCD21;
}
.TagClassName
{
border-color: #DCCD21;
}
</style>