Shades of Barberry #DCCF25
Tints of Barberry #DCCF25
RGB
CMYK
RGB Variations
Color information
#DCCF25 (or 0xDCCF25) is known color: Barberry. HEX triplet: DC, CF and 25. RGB value is (220,207,37). Sum of RGB (Red+Green+Blue) = 220+207+37=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF25 is #2330DA. Grayscale: #C0C0C0. Windows color (decimal): -2306267 or 2478044. OLE color: 2478044.
HSL color Cylindrical-coordinate representation of color #DCCF25: hue angle of 55.74º 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 #DCCF25 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 37 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.14 |
| HSL | 55.74º | 0.72% | 0.5% | - |
| HSV(B) | 55.74º | 0.83% | 0.86% | - |
| XYZ | 52.16 | 59.97 | 10.58 | - |
| YUV | 191.51 | 40.81 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 37 | 0 | 0.06 | 0.83 | 0.14 | 55.74 | 0.72 | 0.5 |
| Hex | DC | CF | 25 | 0 | 6 | 53 | E | 38 | 48 | 32 |
| Octal | 334 | 317 | 45 | 0 | 6 | 123 | 16 | 70 | 110 | 62 |
| Binary | 11011100 | 11001111 | 100101 | 0 | 110 | 1010011 | 1110 | 111000 | 1001000 | 110010 |
Color Harmonies of #DCCF25
Complementary color
Monochromatic Colors of #DCCF25
Black with #DCCF25
Text Example
Text Example
White with #DCCF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF25; }
p { color: rgb(220,207,37); }
H1.HeaderClassName
{
color: #DCCF25;
}
.AnyTagClassName
{
color: #DCCF25;
}
</style>
background-color css
<style>
a { background-color: #DCCF25; }
a { background-color: rgb(220,207,37); }
div.DivClassName
{
background-color: #DCCF25;
}
.BgClassName
{
background-color: #DCCF25;
}
</style>
border-color css
<style>
span { border-color: #DCCF25; }
span { border-color: rgb(220,207,37); }
td.TdClassName
{
border-color: #DCCF25;
}
.TagClassName
{
border-color: #DCCF25;
}
</style>