Shades of Barberry #CFD610
Tints of Barberry #CFD610
RGB
CMYK
RGB Variations
Color information
#CFD610 (or 0xCFD610) is known color: Barberry. HEX triplet: CF, D6 and 10. RGB value is (207,214,16). Sum of RGB (Red+Green+Blue) = 207+214+16=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD610 is #3029EF. Grayscale: #BEBEBE. Windows color (decimal): -3156464 or 1103567. OLE color: 1103567.
HSL color Cylindrical-coordinate representation of color #CFD610: hue angle of 62.12º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFD610 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 16 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.16 |
| HSL | 62.12º | 0.86% | 0.45% | - |
| HSV(B) | 62.12º | 0.93% | 0.84% | - |
| XYZ | 49.87 | 61.4 | 9.71 | - |
| YUV | 189.34 | 30.18 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 16 | 0.03 | 0 | 0.93 | 0.16 | 62.12 | 0.86 | 0.45 |
| Hex | CF | D6 | 10 | 3 | 0 | 5D | 10 | 3E | 56 | 2D |
| Octal | 317 | 326 | 20 | 3 | 0 | 135 | 20 | 76 | 126 | 55 |
| Binary | 11001111 | 11010110 | 10000 | 11 | 0 | 1011101 | 10000 | 111110 | 1010110 | 101101 |
Color Harmonies of #CFD610
Complementary color
Monochromatic Colors of #CFD610
Black with #CFD610
Text Example
Text Example
White with #CFD610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD610; }
p { color: rgb(207,214,16); }
H1.HeaderClassName
{
color: #CFD610;
}
.AnyTagClassName
{
color: #CFD610;
}
</style>
background-color css
<style>
a { background-color: #CFD610; }
a { background-color: rgb(207,214,16); }
div.DivClassName
{
background-color: #CFD610;
}
.BgClassName
{
background-color: #CFD610;
}
</style>
border-color css
<style>
span { border-color: #CFD610; }
span { border-color: rgb(207,214,16); }
td.TdClassName
{
border-color: #CFD610;
}
.TagClassName
{
border-color: #CFD610;
}
</style>