Shades of Barberry #DBCD1F
Tints of Barberry #DBCD1F
RGB
CMYK
RGB Variations
Color information
#DBCD1F (or 0xDBCD1F) is known color: Barberry. HEX triplet: DB, CD and 1F. RGB value is (219,205,31). Sum of RGB (Red+Green+Blue) = 219+205+31=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 31 (12.5% from 255 or 6.81% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD1F is #2432E0. Grayscale: #BEBEBE. Windows color (decimal): -2372321 or 2084315. OLE color: 2084315.
HSL color Cylindrical-coordinate representation of color #DBCD1F: hue angle of 55.53º 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 #DBCD1F is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 31 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.14 |
| HSL | 55.53º | 0.75% | 0.49% | - |
| HSV(B) | 55.53º | 0.86% | 0.86% | - |
| XYZ | 51.29 | 58.82 | 9.95 | - |
| YUV | 189.35 | 38.64 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 31 | 0 | 0.06 | 0.86 | 0.14 | 55.53 | 0.75 | 0.49 |
| Hex | DB | CD | 1F | 0 | 6 | 56 | E | 38 | 4B | 31 |
| Octal | 333 | 315 | 37 | 0 | 6 | 126 | 16 | 70 | 113 | 61 |
| Binary | 11011011 | 11001101 | 11111 | 0 | 110 | 1010110 | 1110 | 111000 | 1001011 | 110001 |
Color Harmonies of #DBCD1F
Complementary color
Monochromatic Colors of #DBCD1F
Black with #DBCD1F
Text Example
Text Example
White with #DBCD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD1F; }
p { color: rgb(219,205,31); }
H1.HeaderClassName
{
color: #DBCD1F;
}
.AnyTagClassName
{
color: #DBCD1F;
}
</style>
background-color css
<style>
a { background-color: #DBCD1F; }
a { background-color: rgb(219,205,31); }
div.DivClassName
{
background-color: #DBCD1F;
}
.BgClassName
{
background-color: #DBCD1F;
}
</style>
border-color css
<style>
span { border-color: #DBCD1F; }
span { border-color: rgb(219,205,31); }
td.TdClassName
{
border-color: #DBCD1F;
}
.TagClassName
{
border-color: #DBCD1F;
}
</style>