Shades of Barberry #DCCC1F
Tints of Barberry #DCCC1F
RGB
CMYK
RGB Variations
Color information
#DCCC1F (or 0xDCCC1F) is known color: Barberry. HEX triplet: DC, CC and 1F. RGB value is (220,204,31). Sum of RGB (Red+Green+Blue) = 220+204+31=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 31 (12.5% from 255 or 6.81% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC1F is #2333E0. Grayscale: #BDBDBD. Windows color (decimal): -2307041 or 2084060. OLE color: 2084060.
HSL color Cylindrical-coordinate representation of color #DCCC1F: hue angle of 54.92º degrees, saturation: 0.75, 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 #DCCC1F is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 31 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.14 |
| HSL | 54.92º | 0.75% | 0.49% | - |
| HSV(B) | 54.92º | 0.86% | 0.86% | - |
| XYZ | 51.36 | 58.5 | 9.88 | - |
| YUV | 189.06 | 38.8 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 31 | 0 | 0.07 | 0.86 | 0.14 | 54.92 | 0.75 | 0.49 |
| Hex | DC | CC | 1F | 0 | 7 | 56 | E | 37 | 4B | 31 |
| Octal | 334 | 314 | 37 | 0 | 7 | 126 | 16 | 67 | 113 | 61 |
| Binary | 11011100 | 11001100 | 11111 | 0 | 111 | 1010110 | 1110 | 110111 | 1001011 | 110001 |
Color Harmonies of #DCCC1F
Complementary color
Monochromatic Colors of #DCCC1F
Black with #DCCC1F
Text Example
Text Example
White with #DCCC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC1F; }
p { color: rgb(220,204,31); }
H1.HeaderClassName
{
color: #DCCC1F;
}
.AnyTagClassName
{
color: #DCCC1F;
}
</style>
background-color css
<style>
a { background-color: #DCCC1F; }
a { background-color: rgb(220,204,31); }
div.DivClassName
{
background-color: #DCCC1F;
}
.BgClassName
{
background-color: #DCCC1F;
}
</style>
border-color css
<style>
span { border-color: #DCCC1F; }
span { border-color: rgb(220,204,31); }
td.TdClassName
{
border-color: #DCCC1F;
}
.TagClassName
{
border-color: #DCCC1F;
}
</style>