Shades of Barberry #CFCD19
Tints of Barberry #CFCD19
RGB
CMYK
RGB Variations
Color information
#CFCD19 (or 0xCFCD19) is known color: Barberry. HEX triplet: CF, CD and 19. RGB value is (207,205,25). Sum of RGB (Red+Green+Blue) = 207+205+25=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 25 (10.16% from 255 or 5.72% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCD19 is #3032E6. Grayscale: #B9B9B9. Windows color (decimal): -3158759 or 1691087. OLE color: 1691087.
HSL color Cylindrical-coordinate representation of color #CFCD19: hue angle of 59.34º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFCD19 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 25 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.19 |
| HSL | 59.34º | 0.78% | 0.45% | - |
| HSV(B) | 59.34º | 0.88% | 0.81% | - |
| XYZ | 47.74 | 57 | 9.41 | - |
| YUV | 185.08 | 37.66 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 25 | 0 | 0.01 | 0.88 | 0.19 | 59.34 | 0.78 | 0.45 |
| Hex | CF | CD | 19 | 0 | 1 | 58 | 13 | 3B | 4E | 2D |
| Octal | 317 | 315 | 31 | 0 | 1 | 130 | 23 | 73 | 116 | 55 |
| Binary | 11001111 | 11001101 | 11001 | 0 | 1 | 1011000 | 10011 | 111011 | 1001110 | 101101 |
Color Harmonies of #CFCD19
Complementary color
Monochromatic Colors of #CFCD19
Black with #CFCD19
Text Example
Text Example
White with #CFCD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD19; }
p { color: rgb(207,205,25); }
H1.HeaderClassName
{
color: #CFCD19;
}
.AnyTagClassName
{
color: #CFCD19;
}
</style>
background-color css
<style>
a { background-color: #CFCD19; }
a { background-color: rgb(207,205,25); }
div.DivClassName
{
background-color: #CFCD19;
}
.BgClassName
{
background-color: #CFCD19;
}
</style>
border-color css
<style>
span { border-color: #CFCD19; }
span { border-color: rgb(207,205,25); }
td.TdClassName
{
border-color: #CFCD19;
}
.TagClassName
{
border-color: #CFCD19;
}
</style>