Shades of Barberry #DCCF1D
Tints of Barberry #DCCF1D
RGB
CMYK
RGB Variations
Color information
#DCCF1D (or 0xDCCF1D) is known color: Barberry. HEX triplet: DC, CF and 1D. RGB value is (220,207,29). Sum of RGB (Red+Green+Blue) = 220+207+29=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 29 (11.72% from 255 or 6.36% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF1D is #2330E2. Grayscale: #BFBFBF. Windows color (decimal): -2306275 or 1953756. OLE color: 1953756.
HSL color Cylindrical-coordinate representation of color #DCCF1D: hue angle of 55.92º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCCF1D is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 29 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.14 |
| HSL | 55.92º | 0.77% | 0.49% | - |
| HSV(B) | 55.92º | 0.87% | 0.86% | - |
| XYZ | 52.05 | 59.93 | 9.99 | - |
| YUV | 190.6 | 36.81 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 29 | 0 | 0.06 | 0.87 | 0.14 | 55.92 | 0.77 | 0.49 |
| Hex | DC | CF | 1D | 0 | 6 | 57 | E | 38 | 4D | 31 |
| Octal | 334 | 317 | 35 | 0 | 6 | 127 | 16 | 70 | 115 | 61 |
| Binary | 11011100 | 11001111 | 11101 | 0 | 110 | 1010111 | 1110 | 111000 | 1001101 | 110001 |
Color Harmonies of #DCCF1D
Complementary color
Monochromatic Colors of #DCCF1D
Black with #DCCF1D
Text Example
Text Example
White with #DCCF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF1D; }
p { color: rgb(220,207,29); }
H1.HeaderClassName
{
color: #DCCF1D;
}
.AnyTagClassName
{
color: #DCCF1D;
}
</style>
background-color css
<style>
a { background-color: #DCCF1D; }
a { background-color: rgb(220,207,29); }
div.DivClassName
{
background-color: #DCCF1D;
}
.BgClassName
{
background-color: #DCCF1D;
}
</style>
border-color css
<style>
span { border-color: #DCCF1D; }
span { border-color: rgb(220,207,29); }
td.TdClassName
{
border-color: #DCCF1D;
}
.TagClassName
{
border-color: #DCCF1D;
}
</style>