Shades of Barberry #DFCB25
Tints of Barberry #DFCB25
RGB
CMYK
RGB Variations
Color information
#DFCB25 (or 0xDFCB25) is known color: Barberry. HEX triplet: DF, CB and 25. RGB value is (223,203,37). Sum of RGB (Red+Green+Blue) = 223+203+37=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 37 (14.84% from 255 or 7.99% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCB25 is #2034DA. Grayscale: #BEBEBE. Windows color (decimal): -2110683 or 2477023. OLE color: 2477023.
HSL color Cylindrical-coordinate representation of color #DFCB25: hue angle of 53.55º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFCB25 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 37 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.13 |
| HSL | 53.55º | 0.74% | 0.51% | - |
| HSV(B) | 53.55º | 0.83% | 0.87% | - |
| XYZ | 52.12 | 58.53 | 10.3 | - |
| YUV | 190.06 | 41.63 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 37 | 0 | 0.09 | 0.83 | 0.13 | 53.55 | 0.74 | 0.51 |
| Hex | DF | CB | 25 | 0 | 9 | 53 | D | 36 | 4A | 33 |
| Octal | 337 | 313 | 45 | 0 | 11 | 123 | 15 | 66 | 112 | 63 |
| Binary | 11011111 | 11001011 | 100101 | 0 | 1001 | 1010011 | 1101 | 110110 | 1001010 | 110011 |
Color Harmonies of #DFCB25
Complementary color
Monochromatic Colors of #DFCB25
Black with #DFCB25
Text Example
Text Example
White with #DFCB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB25; }
p { color: rgb(223,203,37); }
H1.HeaderClassName
{
color: #DFCB25;
}
.AnyTagClassName
{
color: #DFCB25;
}
</style>
background-color css
<style>
a { background-color: #DFCB25; }
a { background-color: rgb(223,203,37); }
div.DivClassName
{
background-color: #DFCB25;
}
.BgClassName
{
background-color: #DFCB25;
}
</style>
border-color css
<style>
span { border-color: #DFCB25; }
span { border-color: rgb(223,203,37); }
td.TdClassName
{
border-color: #DFCB25;
}
.TagClassName
{
border-color: #DFCB25;
}
</style>