Shades of Barberry #DCCB25
Tints of Barberry #DCCB25
RGB
CMYK
RGB Variations
Color information
#DCCB25 (or 0xDCCB25) is known color: Barberry. HEX triplet: DC, CB and 25. RGB value is (220,203,37). Sum of RGB (Red+Green+Blue) = 220+203+37=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 37 (14.84% from 255 or 8.04% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB25 is #2334DA. Grayscale: #BDBDBD. Windows color (decimal): -2307291 or 2477020. OLE color: 2477020.
HSL color Cylindrical-coordinate representation of color #DCCB25: hue angle of 54.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCCB25 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 37 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.14 |
| HSL | 54.43º | 0.72% | 0.5% | - |
| HSV(B) | 54.43º | 0.83% | 0.86% | - |
| XYZ | 51.21 | 58.06 | 10.26 | - |
| YUV | 189.16 | 42.13 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 37 | 0 | 0.08 | 0.83 | 0.14 | 54.43 | 0.72 | 0.5 |
| Hex | DC | CB | 25 | 0 | 8 | 53 | E | 36 | 48 | 32 |
| Octal | 334 | 313 | 45 | 0 | 10 | 123 | 16 | 66 | 110 | 62 |
| Binary | 11011100 | 11001011 | 100101 | 0 | 1000 | 1010011 | 1110 | 110110 | 1001000 | 110010 |
Color Harmonies of #DCCB25
Complementary color
Monochromatic Colors of #DCCB25
Black with #DCCB25
Text Example
Text Example
White with #DCCB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB25; }
p { color: rgb(220,203,37); }
H1.HeaderClassName
{
color: #DCCB25;
}
.AnyTagClassName
{
color: #DCCB25;
}
</style>
background-color css
<style>
a { background-color: #DCCB25; }
a { background-color: rgb(220,203,37); }
div.DivClassName
{
background-color: #DCCB25;
}
.BgClassName
{
background-color: #DCCB25;
}
</style>
border-color css
<style>
span { border-color: #DCCB25; }
span { border-color: rgb(220,203,37); }
td.TdClassName
{
border-color: #DCCB25;
}
.TagClassName
{
border-color: #DCCB25;
}
</style>